mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 19:48:01 +00:00
[kitty] Add show_scrollback
This commit is contained in:
parent
12271fe6b9
commit
c76feb3e12
@ -1236,6 +1236,7 @@ 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+f launch --type=overlay --stdin-source=@screen_scrollback fzf --tac --no-sort --no-mouse -i
|
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
|
#: 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