From aab2e6b2fafe374a2f421492345ab6bc07e908ff Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 23 Aug 2023 02:01:33 -0500 Subject: CAS: update kitty with bindings, TERM and font size --- kitty/kitty.conf | 8 ++++---- 1 file 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 -- cgit v1.2.3