diff options
author | zachir <zachir@librem.one> | 2025-01-21 20:55:02 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-01-21 20:55:02 -0600 |
commit | b01aba07be1052b901f3bd4df5a4512e230805fe (patch) | |
tree | bc03a9f01d507d3ecc938181f4ff56260c19345e /kitty | |
parent | c654a8e82f10440551c2fec536c116000b7a6fe6 (diff) |
Fix F1 behavior on kitty
It was previously mapped to something for some reason; it is no longer
so.
Diffstat (limited to 'kitty')
-rw-r--r-- | kitty/kitty.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |