diff --git a/.config/fish/functions/cdzi.fish b/.config/fish/functions/cdzi.fish deleted file mode 100644 index 2f1f0f6c..00000000 --- a/.config/fish/functions/cdzi.fish +++ /dev/null @@ -1,10 +0,0 @@ -function cdzi --description 'Open directories from zoxide in a new Kitty tab' - set selected_dir (zi) - - if test -n "$selected_dir" - set tab_title (basename "$selected_dir") - set new_tab_cmd "kitty @ set-tab-title \"$tab_title\"; and cd $selected_dir" - else - commandline -f repaint - end -end diff --git a/.config/fish/functions/fish_user_key_bindings.fish b/.config/fish/functions/fish_user_key_bindings.fish index 14952f89..eb236661 100644 --- a/.config/fish/functions/fish_user_key_bindings.fish +++ b/.config/fish/functions/fish_user_key_bindings.fish @@ -11,12 +11,4 @@ function fish_user_key_bindings break end end - - - bind \e\cw rga-fzf - bind \e\z cdzi - bind \e\cn navi - bind \e\cr repos - bind \e\[Z switch_kitty_tab - bind \e\ce fe end