kitty: add scrollback-to-vim keybind
This commit is contained in:
parent
a3e534b198
commit
7bed4b7bde
@ -1125,7 +1125,8 @@ map kitty_mod+page_up scroll_page_up
|
|||||||
map kitty_mod+page_down scroll_page_down
|
map kitty_mod+page_down scroll_page_down
|
||||||
map kitty_mod+home scroll_home
|
map kitty_mod+home scroll_home
|
||||||
map kitty_mod+end scroll_end
|
map kitty_mod+end scroll_end
|
||||||
# map kitty_mod+h show_scrollback
|
map kitty_mod+h show_scrollback
|
||||||
|
map kitty_mod+k 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
|
#: You can pipe the contents of the current screen + history buffer as
|
||||||
#: STDIN to an arbitrary program using the ``launch`` function. For
|
#: STDIN to an arbitrary program using the ``launch`` function. For
|
||||||
|
Loading…
Reference in New Issue
Block a user