From e06e428f8397e358fb429726b75e90eae44b6859 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Sat, 1 Jun 2024 14:13:56 +0200 Subject: [PATCH] Remove the keybind for fzftabs cd widget, were using zoxide for navigation anyway, and it was clashing with vi mode --- home/.zshrc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/home/.zshrc b/home/.zshrc index ed3774f..e8e26e7 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -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"