[kitty] Add show_scrollback

This commit is contained in:
Daniel Carrillo 2021-12-12 18:06:55 +01:00
parent 12271fe6b9
commit c76feb3e12
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 1 additions and 0 deletions

View File

@ -1236,6 +1236,7 @@ map kitty_mod+page_down scroll_page_down
map kitty_mod+home scroll_home
map kitty_mod+end scroll_end
map kitty_mod+f launch --type=overlay --stdin-source=@screen_scrollback fzf --tac --no-sort --no-mouse -i
map kitty_mod+h show_scrollback
#: You can pipe the contents of the current screen + history buffer as
#: STDIN to an arbitrary program using the ``launch`` function. For