From 480d36f9795833bc71cbd85b13bcaa90a74c5535 Mon Sep 17 00:00:00 2001 From: zachir Date: Thu, 19 Oct 2023 09:27:57 -0500 Subject: Update kitty again --- kitty/kitty.conf | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'kitty') diff --git a/kitty/kitty.conf b/kitty/kitty.conf index b363b16..99d5440 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-256color +# term xterm-kitty #: The value of the TERM environment variable to set. Changing this #: can break many terminal programs, only change it if you know what @@ -1754,26 +1754,26 @@ term xterm-256color #: Scroll line up -map kitty_mod+up 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+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 shift+page_up scroll_page_up +map kitty_mod+page_up scroll_page_up # map cmd+page_up scroll_page_up #: Scroll page down -map shift+page_down scroll_page_down +map kitty_mod+page_down scroll_page_down # map cmd+page_down scroll_page_down #: Scroll to top @@ -1833,6 +1833,8 @@ map kitty_mod+g show_last_command_output #:: map f1 launch --stdin-source=@last_cmd_output --stdin-add-formatting --type=overlay less +G -R +map f1 launch --stdin-source=@last_cmd_output --type=background wl-copy + #:: To get the output of the first command on the screen, use #:: @first_cmd_output_on_screen. To get the output of the last jumped #:: to command, use @last_visited_cmd_output. -- cgit v1.2.3