mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 18:38:00 +00:00
[kitty] Add shortcut to copy line from scroll back to the clipboard
This commit is contained in:
parent
99d8ae50b0
commit
bcbf336712
@ -90,17 +90,18 @@ shell_integration no-cursor
|
|||||||
|
|
||||||
#: Maps {{{
|
#: Maps {{{
|
||||||
|
|
||||||
map kitty_mod+y launch --stdin-source=@last_cmd_output --type=clipboard
|
map kitty_mod+y launch --stdin-source=@last_cmd_output --type=clipboard
|
||||||
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
|
map kitty_mod+h show_scrollback
|
||||||
map kitty_mod+enter launch --cwd=current
|
map kitty_mod+enter launch --cwd=current
|
||||||
map kitty_mod+o launch --cwd=current
|
map kitty_mod+o launch --cwd=current
|
||||||
map kitty_mod+x toggle_layout stack
|
map kitty_mod+x toggle_layout stack
|
||||||
map alt+left previous_window
|
map alt+left previous_window
|
||||||
map alt+up previous_window
|
map alt+up previous_window
|
||||||
map alt+right next_window
|
map alt+right next_window
|
||||||
map alt+down next_window
|
map alt+down next_window
|
||||||
map F1 launch --allow-remote-control kitty +kitten broadcast
|
map F1 launch --allow-remote-control kitty +kitten broadcast
|
||||||
map ctrl+alt+p kitten secrets.py "description" "Tilix Password"
|
map ctrl+alt+p kitten secrets.py "description" "Tilix Password"
|
||||||
|
map kitty_mod+p>l kitten hints --type line --program @
|
||||||
|
|
||||||
#: }}}
|
#: }}}
|
||||||
|
Loading…
Reference in New Issue
Block a user