Skip to content

Commit

Permalink
Option-E as backward history search
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Semenko committed Oct 31, 2013
1 parent 9867b02 commit 8759bb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion system/path.zsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CELLAR=/usr/local/Cellar
export PATH="./:./bin:/usr/local/sbin:/usr/local/storm/bin:$CELLAR/phantomjs/1.7.0:/usr/local/bin:/usr/local/sbin:$DOTFILES/bin:/Users/igor/tools/pygments:$PATH"
export PATH=".:./bin:/usr/local/sbin:/usr/local/storm/bin:$CELLAR/phantomjs/1.7.0:/usr/local/bin:/usr/local/sbin:$DOTFILES/bin:/Users/igor/tools/pygments:$PATH"

export MANPATH="/usr/local/man:/usr/local/mysql/man:/usr/local/git/man:$MANPATH"
3 changes: 3 additions & 0 deletions zsh/config.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ bindkey '^[[5C' end-of-line
bindkey '^[[3~' delete-char
bindkey '^[^N' newtab
bindkey '^?' backward-delete-char


bindkey '^[e' history-incremental-search-backward

0 comments on commit 8759bb3

Please sign in to comment.