From 5e3d133f8bbd1729f2788cb6f7c270365da12f32 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Wed, 2 May 2018 22:13:42 -0700 Subject: [PATCH] Switch to vim keybindings. --- dotfiles/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 0eb3c1f..ac803ba 100755 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -4,7 +4,7 @@ HISTSIZE=10000 SAVEHIST=10000 setopt appendhistory autocd autopushd extendedglob nohup nomatch histignorespace histlexwords histverify cbases unsetopt beep histbeep listbeep flowcontrol -bindkey -e +bindkey -v # Completion zstyle :compinstall filename "${HOME}/.zshrc"