Adding a local zsh configuration that enables vim commands in the shell

Esse commit está contido em:
Kyle Coberly
2016-05-31 14:22:01 -06:00
commit f54fbf777b
+6
Ver Arquivo
@@ -0,0 +1,6 @@
# Set vim mode in command line
bindkey -v
bindkey -M viins 'jj' vi-cmd-mode
export VISUAL=vim
export EDITOR="$VISUAL"