From ce04ed6f81770ef4795bd402afe6965dd6266dc3 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Thu, 25 Jul 2013 14:05:36 -0500 Subject: [PATCH] Switching to emacs mode for zsh readline. I guess it guesses you want vi mode when you have vim set to vim.. --- zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc b/zshrc index 2cb9088..7406bec 100644 --- a/zshrc +++ b/zshrc @@ -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"