kitty: map show_last_visited_command_output

This commit is contained in:
t14 2024-08-30 16:11:09 +02:00
parent 3c9bd8d6e6
commit 6b0f6fdc49
Signed by: wanderer
SSH Key Fingerprint: SHA256:szgNfbjbimyesAS1xfRZ0DY3hcNv9xC9ocRCJjD4Wgg

@ -379,6 +379,12 @@ mouse_map ctrl+alt+left press grabbed,ungrabbed mouse_selection rectangle
# terminal_select_modifiers shift # terminal_select_modifiers shift
mouse_map shift+left press grabbed,ungrabbed mouse_selection normal mouse_map shift+left press grabbed,ungrabbed mouse_selection normal
map f1 show_last_visited_command_output
#: Now, pressing F1 will cause the output of the last jumped to command or the
#: last mouse clicked command output to be opened in a pager for easy browsing.
#: The modifiers to override mouse selection even when a terminal #: The modifiers to override mouse selection even when a terminal
#: application has grabbed the mouse #: application has grabbed the mouse