mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 16:28:19 +02:00
Implement clicking on URLs to open them
This commit is contained in:
@@ -1,13 +1,20 @@
|
||||
# vim:fileencoding=utf-8:ft=config
|
||||
|
||||
# The value of the TERM environment variable to set
|
||||
term xterm-kitty
|
||||
# Font family
|
||||
font_family monospace
|
||||
|
||||
# Font size (in pts)
|
||||
font_size 11.0
|
||||
|
||||
# The foreground color
|
||||
foreground #dddddd
|
||||
|
||||
# The background color
|
||||
background #000000
|
||||
|
||||
# The foreground for selections
|
||||
selection_foreground #000000
|
||||
|
||||
# The background for selections
|
||||
selection_background #FFFACD
|
||||
|
||||
@@ -28,12 +35,6 @@ cursor_blink_interval 0.5
|
||||
# zero or a negative number to never stop blinking.
|
||||
cursor_stop_blinking_after 15.0
|
||||
|
||||
# Font family
|
||||
font_family monospace
|
||||
|
||||
# Font size (in pts)
|
||||
font_size 11.0
|
||||
|
||||
# Number of lines of history to keep in memory for scrolling back
|
||||
scrollback_lines 2000
|
||||
|
||||
@@ -52,6 +53,16 @@ repaint_delay 20
|
||||
# zero or a negative number to disable mouse cursor hiding.
|
||||
mouse_hide_wait 3.0
|
||||
|
||||
# The modifier keys to press when clicking with the mouse on URLs to open the URL
|
||||
open_url_modifiers ctrl+shift
|
||||
|
||||
# The program with which to open URLs that are clicked on. The special value "default" means to
|
||||
# use the operating system's default URL handler.
|
||||
open_url_with default
|
||||
|
||||
# The value of the TERM environment variable to set
|
||||
term xterm-kitty
|
||||
|
||||
# The width (in pts) of window borders. Will be rounded to the nearest number of pixels based on screen resolution.
|
||||
window_border_width 2
|
||||
|
||||
@@ -61,6 +72,9 @@ active_border_color #00ff00
|
||||
# The color for the border of inactive windows
|
||||
inactive_border_color #cccccc
|
||||
|
||||
# The 16 terminal colors. There are 8 basic colors, each color has a dull and
|
||||
# bright version.
|
||||
|
||||
# black
|
||||
color0 #000000
|
||||
color8 #4d4d4d
|
||||
|
||||
Reference in New Issue
Block a user