♻️ refactor(fish): bindings
This commit is contained in:
parent
39a1568f32
commit
24ecf6ac67
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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-
|
||||
|
|
Loading…
Add table
Reference in a new issue