diff options
-rw-r--r-- | kitty/kitty.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 2c67233..6c114be 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -24,7 +24,7 @@ bold_italic_font auto #: italic_font Operator Mono Book Italic #: bold_italic_font Operator Mono Medium Italic -font_size 15.0 +font_size 10.5 #: Font size (in pts) @@ -1469,7 +1469,7 @@ color15 #ffffff #: This option must be a comma separated list of the above values. #: This only source the first valid one in the above order. -# term xterm-kitty +term xterm-256color #: The value of the TERM environment variable to set. Changing this #: can break many terminal programs, only change it if you know what @@ -1768,12 +1768,12 @@ map kitty_mod+j scroll_line_down #: Scroll page up -map kitty_mod+page_up scroll_page_up +map shift+page_up scroll_page_up # map cmd+page_up scroll_page_up #: Scroll page down -map kitty_mod+page_down scroll_page_down +map shift+page_down scroll_page_down # map cmd+page_down scroll_page_down #: Scroll to top |