Remove the keybind for fzftabs cd widget, were using zoxide for navigation anyway, and it was clashing with vi mode

This commit is contained in:
Martin Larsson 2024-06-01 14:13:56 +02:00
parent 2e612ccc68
commit e06e428f83

View file

@ -117,8 +117,9 @@ fi
fastfetch
# Keybindings
bindkey '^p' history-search-backward
bindkey '^n' history-search-forward
bindkey '^[[A' history-search-backward
bindkey '^[[B' history-search-forward
bindkey "^p" history-search-backward
bindkey "^n" history-search-forward
bindkey "^[[A" history-search-backward
bindkey "^[[B" history-search-forward
# Remove the keybinding for escape c in fzf-tab plugin
bindkey -r "^[c"