✨ feat(bindings): kitty and fish bindings for file explorers (GUI and TUI)
This commit is contained in:
parent
19e921e26a
commit
0b7eaefe11
2 changed files with 7 additions and 2 deletions
|
@ -14,4 +14,5 @@ function fish_user_key_bindings
|
|||
bind \e\cn navi
|
||||
bind \e\cr zellij-runner
|
||||
bind \e\[Z switch_kitty_tab
|
||||
bind \e\ce fe
|
||||
end
|
||||
|
|
|
@ -1618,7 +1618,7 @@ map kitty_mod+z scroll_to_prompt -1
|
|||
|
||||
#: Scroll to next shell prompt
|
||||
|
||||
map kitty_mod+x scroll_to_prompt 1
|
||||
#: map kitty_mod+x scroll_to_prompt 1
|
||||
|
||||
#: Browse scrollback buffer in pager
|
||||
|
||||
|
@ -1928,11 +1928,15 @@ map cmd+0 change_font_size all 0
|
|||
|
||||
#: Open URL
|
||||
|
||||
map kitty_mod+e open_url_with_hints
|
||||
map kitty_mod+x open_url_with_hints
|
||||
|
||||
#:: Open a currently visible URL using the keyboard. The program used
|
||||
#:: to open the URL is specified in open_url_with.
|
||||
|
||||
#: Open with file manager
|
||||
|
||||
map kitty_mod+e launch --type=background --cwd=current sh -c "nemo $(pwd)"
|
||||
|
||||
#: Insert selected path
|
||||
|
||||
map kitty_mod+p>f kitten hints --type path --program -
|
||||
|
|
Loading…
Add table
Reference in a new issue