From 201c482f2b33bde5afacf2dabd45e593688f69e6 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 20 Dec 2022 23:13:41 +0100 Subject: [PATCH] zsh: Revert vi-mode plugin This commit removes the vi-mode plugin for zsh again. I have found that the normal included vi mode of zsh is more than enough for most of my needs. The only two issues I have with it are that it sometimes does not correctly go back into insert mode and it does not support word surround commands (ysaw" for example). While vi-mode adds the ability for such surround commands it comes at the cost of taking longer to go into vi mode. And with my constant switching back and for between the modes this is a much more egregious issue than the others unfortunately. --- zsh/.config/zsh/.zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 8bcfa50..e92d653 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -31,7 +31,6 @@ source /usr/share/fzf/key-bindings.zsh [ -e $PLUG_FOLDER/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ] && source $PLUG_FOLDER/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh [ -e $PLUG_FOLDER/alias-tips/alias-tips.plugin.zsh ] && source $PLUG_FOLDER/alias-tips/alias-tips.plugin.zsh [ -e $PLUG_FOLDER/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh ] && source $PLUG_FOLDER/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh -[ -e $PLUG_FOLDER/zsh-vi-mode/zsh-vi-mode.plugin.zsh ] && source $PLUG_FOLDER/zsh-vi-mode/zsh-vi-mode.plugin.zsh unset PLUG_FOLDER # simple fzf-tab settings