From b01aba07be1052b901f3bd4df5a4512e230805fe Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 21 Jan 2025 20:55:02 -0600 Subject: Fix F1 behavior on kitty It was previously mapped to something for some reason; it is no longer so. --- kitty/kitty.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 55b72c8..095607b 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -1833,7 +1833,7 @@ 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 +#:: 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 -- cgit v1.2.3