dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit e1ce2772d15b0ecd1bbf4f02a20571b24462b987
parent bdf33e15d45c768826639c4495b0200ce4099c35
Author: Chris Bracken <chris@bracken.jp>
Date:   Sat, 20 Oct 2012 23:51:17 -0700

Added q->push-line and jj->vi-cmd-mode keybindings

Diffstat:
M.zshrc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.zshrc b/.zshrc @@ -11,6 +11,8 @@ setopt extendedglob # vi-mode bindkey -v +bindkey -M vicmd 'q' push-line +bindkey -M viins 'jj' vi-cmd-mode # completion zstyle :compinstall filename '/Users/cbracken/.zshrc'