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