kitty: remap binding for 'scrollback-in-editor'

This commit is contained in:
surtur 2022-06-06 14:22:15 +02:00
parent 233031c594
commit 96d187a5d7
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -1104,7 +1104,7 @@ map kitty_mod+page_down scroll_page_down
map kitty_mod+home scroll_home
map kitty_mod+end scroll_end
map kitty_mod+h show_scrollback
map kitty_mod+k launch --stdin-source=@screen_scrollback --type=overlay vim -R +":set nomod noma nolist colorcolumn=" -
map kitty_mod+b launch --stdin-source=@screen_scrollback --type=overlay vim -R +":set nomod noma nolist colorcolumn=" -
#: You can pipe the contents of the current screen + history buffer as
#: STDIN to an arbitrary program using the ``launch`` function. For