summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-10-19 09:27:57 -0500
committerzachir <zachir@librem.one>2023-10-19 09:27:57 -0500
commit480d36f9795833bc71cbd85b13bcaa90a74c5535 (patch)
tree1db106d861ee6a8daac276136230ed1fbf645440
parent6fc306058654575a301cd4c87f15a69303a1cbbd (diff)
Update kitty again
-rw-r--r--kitty/kitty.conf12
1 files changed, 7 insertions, 5 deletions
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.