Skip to content

Commit

Permalink
No need to bind key with official history plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaunier committed Dec 29, 2015
1 parent fa152d4 commit 95c3e60
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ export PATH="./bin:${RBENV_ROOT}/shims:${RBENV_ROOT}/bin:${PATH}"
# Gather handy aliases
[[ -f "$HOME/.aliases" ]] && source "$HOME/.aliases"

# Enhance history with substring search and purple highlighting
bindkey '^[OA' history-substring-search-up
bindkey '^[OB' history-substring-search-down

# UTF-8 is our default encoding
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
Expand Down

0 comments on commit 95c3e60

Please sign in to comment.