1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Vim bindings breaks many things :(

This commit is contained in:
Joe Groocock 2016-03-31 17:41:37 +01:00
parent b858238684
commit f6639163aa

2
.zshrc
View File

@ -14,7 +14,7 @@ setopt appendhistory autocd extendedglob
export WORDCHARS='*?_[]~=&;!#$%^(){}'
bindkey -v
bindkey -e
bindkey "\e$terminfo[kcub1]" backward-word
bindkey "\e$terminfo[kcuf1]" forward-word
bindkey "^[[7~" beginning-of-line