diff --git a/.config/fish/functions/fish_user_key_bindings.fish b/.config/fish/functions/fish_user_key_bindings.fish index 39925b68..13ce8578 100644 --- a/.config/fish/functions/fish_user_key_bindings.fish +++ b/.config/fish/functions/fish_user_key_bindings.fish @@ -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 diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index ac19d2bf..8881c5c8 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -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-