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:
parent
5d81ecf864
commit
ce04ed6f81
1 changed files with 2 additions and 0 deletions
2
zshrc
2
zshrc
|
|
@ -4,6 +4,8 @@
|
||||||
# Linux
|
# Linux
|
||||||
[[ -s /usr/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh ]] && . /usr/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh
|
[[ -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 vi=vim
|
||||||
alias l="ls -l"
|
alias l="ls -l"
|
||||||
alias tmux="tmux -2"
|
alias tmux="tmux -2"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue