add ctrla and ctrle to viins in zshrc

This commit is contained in:
Adam Lamers
2016-10-20 13:52:00 -05:00
parent e94c284069
commit 6517975835
+3
View File
@@ -18,4 +18,7 @@ export VISUAL=/usr/local/bin/vim
bindkey -M viins 'kj' vi-cmd-mode
bindkey -M viins 'jk' vi-cmd-mode
bindkey -M viins '^a' beginning-of-line
bindkey -M viins '^e' end-of-line
# Customize to your needs...