Switching to emacs mode for zsh readline. I guess it guesses you want vi mode when you have vim set to vim..

This commit is contained in:
Dustin Swan
2013-07-25 14:05:36 -05:00
parent 5d81ecf864
commit ce04ed6f81

2
zshrc
View File

@@ -4,6 +4,8 @@
# Linux
[[ -s /usr/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh ]] && . /usr/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh
bindkey -e
alias vi=vim
alias l="ls -l"
alias tmux="tmux -2"