Skip to content

Commit

Permalink
Set key bindings for zsh-history-substring-search
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbayerlein committed Feb 19, 2017
1 parent e2d9356 commit a268ba3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ export BROWSER='open'
#

bindkey -e
bindkey "^[[A" history-substring-search-up
bindkey "^[[B" history-substring-search-down

#
# zplug - Zsh Plugin Manager
Expand Down

0 comments on commit a268ba3

Please sign in to comment.