From 73bc14c90d7228e7f27aad31300207d8284d9762 Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 23 Aug 2023 19:48:39 -0500 Subject: CLA: kitty bindings --- kitty/kitty.conf | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'kitty/kitty.conf') diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 3adc435..b363b16 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -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 @@ -1754,41 +1754,41 @@ color15 #ffffff #: Scroll line up -# map kitty_mod+up scroll_line_up -# map kitty_mod+k scroll_line_up +map kitty_mod+up scroll_line_up +map kitty_mod+k scroll_line_up # map opt+cmd+page_up scroll_line_up # map cmd+up scroll_line_up #: Scroll line down -# map kitty_mod+down scroll_line_down -# map kitty_mod+j scroll_line_down +map kitty_mod+down scroll_line_down +map kitty_mod+j scroll_line_down # map opt+cmd+page_down scroll_line_down # map cmd+down 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 -# map kitty_mod+home scroll_home +map kitty_mod+home scroll_home # map cmd+home scroll_home #: Scroll to bottom -# map kitty_mod+end scroll_end +map kitty_mod+end scroll_end # map cmd+end scroll_end #: Scroll to previous shell prompt -# map kitty_mod+z scroll_to_prompt -1 +map kitty_mod+z scroll_to_prompt -1 #:: Use a parameter of 0 for scroll_to_prompt to scroll to the last #:: jumped to or the last clicked position. Requires shell @@ -1797,11 +1797,11 @@ color15 #ffffff #: Scroll to next shell prompt -# map kitty_mod+x scroll_to_prompt 1 +map kitty_mod+x scroll_to_prompt 1 #: Browse scrollback buffer in pager -# map kitty_mod+h show_scrollback +map kitty_mod+h show_scrollback #:: You can pipe the contents of the current screen and history #:: buffer as STDIN to an arbitrary program using launch --stdin- @@ -1815,7 +1815,7 @@ color15 #ffffff #: Browse output of the last shell command in pager -# map kitty_mod+g show_last_command_output +map kitty_mod+g show_last_command_output #:: You can also define additional shortcuts to get the command #:: output. For example, to get the first command output on screen:: -- cgit v1.2.3