♻️ refactor(fish): bindings

This commit is contained in:
Sergio Laín 2023-11-02 09:51:55 +01:00
parent 39a1568f32
commit 24ecf6ac67
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 4 additions and 4 deletions

View file

@ -5,13 +5,13 @@ function fish_user_key_bindings
bind -M visual -m default y 'fish_clipboard_copy; commandline -f end-selection repaint-mode'
bind yy fish_clipboard_copy
bind p fish_clipboard_paste
fzf_configure_bindings --directory=\e\cf
fzf_configure_bindings --history=\ch
fzf_configure_bindings --directory=\e\cf --history=\ch --variables=\e\cv
bind \e\cg fgit
bind \e\cw rga-fzf
bind \e\z cdzi
bind \e\ci navi
bind \e\cn navi
bind \e\cr zellij-runner
bind \e\[Z switch_kitty_tab
end

View file

@ -1678,7 +1678,7 @@ map cmd+enter new_window
#:: You can open a new window with the current working directory set
#:: to the working directory of the current window using::
#:: map ctrl+alt+enter launch --cwd=current
map ctrl+alt+enter launch --cwd=current
#:: You can open a new window that is allowed to control kitty via
#:: the kitty remote control facility with launch --allow-remote-