From 24ecf6ac6763c7e16a036f68e6116c629d7741e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 2 Nov 2023 09:51:55 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor(fish):=20bindings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/fish/functions/fish_user_key_bindings.fish | 6 +++--- .config/kitty/kitty.conf | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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-