🗑️ remove(fish): some custom bindings and the cdzi function

This commit is contained in:
Sergio Laín 2024-08-24 01:49:56 +02:00
parent ba827131b9
commit bff9c54e94
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150
2 changed files with 0 additions and 18 deletions

View file

@ -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

View file

@ -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