dotfiles

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

commit 6c6f93b14080519ce339c94a3d6d1d8001ad00af
parent dbc92fb5e37a5f0de932a966753819f33411acd5
Author: Chris Bracken <chris@bracken.jp>
Date:   Sat, 20 Oct 2012 23:18:38 -0700

Add key binding for reverse-isearch

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

diff --git a/.zshrc b/.zshrc @@ -11,6 +11,7 @@ setopt extendedglob # vi-mode bindkey -v +bindkey '^R' history-incremental-search-backward # completion zstyle :compinstall filename '/Users/cbracken/.zshrc'