From 417b15784ea3a867fc945a46ec41faa52c966c60 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Fri, 12 Aug 2022 18:11:53 -0500 Subject: [PATCH] refactor(zsh): remove zsh vi mode --- dots/.config/zsh/config/plugins/zsh-vi-mode | 1 - dots/.config/zsh/config/profile/profile/keybinds.zsh | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) delete mode 160000 dots/.config/zsh/config/plugins/zsh-vi-mode diff --git a/dots/.config/zsh/config/plugins/zsh-vi-mode b/dots/.config/zsh/config/plugins/zsh-vi-mode deleted file mode 160000 index debe9c8a..00000000 --- a/dots/.config/zsh/config/plugins/zsh-vi-mode +++ /dev/null @@ -1 +0,0 @@ -Subproject commit debe9c8ad191b68b143230eb7bee437caba9c74f diff --git a/dots/.config/zsh/config/profile/profile/keybinds.zsh b/dots/.config/zsh/config/profile/profile/keybinds.zsh index e69de29b..f55bd29a 100644 --- a/dots/.config/zsh/config/profile/profile/keybinds.zsh +++ b/dots/.config/zsh/config/profile/profile/keybinds.zsh @@ -0,0 +1,3 @@ +autoload -z edit-command-line +zle -N edit-command-line +bindkey "^X^E" edit-command-line