From f6639163aaa2e55e289ec5c64cf77bebe9cc513c Mon Sep 17 00:00:00 2001 From: Joseph Groocock Date: Thu, 31 Mar 2016 17:41:37 +0100 Subject: [PATCH] Vim bindings breaks many things :( --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 2c22f0d..39d3f6f 100644 --- a/.zshrc +++ b/.zshrc @@ -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