diff options
author | zachir <zachir@librem.one> | 2023-08-23 02:01:33 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-08-23 02:01:33 -0500 |
commit | aab2e6b2fafe374a2f421492345ab6bc07e908ff (patch) | |
tree | 43171cb07b4c0fd861636b6120312ad3efb6b713 | |
parent | 540ae33eb79358d7c4973ea977cb4de23367607a (diff) |
CAS: update kitty with bindings, TERM and font size
-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 |