aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@gmail.com>2016-06-03 16:25:49 +0800
committerAaron LI <aaronly.me@gmail.com>2016-06-03 16:25:49 +0800
commit177e2aab6ec1a6ae2903a758667537a8baaa24e0 (patch)
treefd6fb4f43fba2d641e4098540984497e18ba9340
parent7f34247bdb3247573db05f7d9f28d5a79a0929be (diff)
downloaddotfiles-177e2aab6ec1a6ae2903a758667537a8baaa24e0.tar.bz2
zsh: adjust the order of history.zsh
-rw-r--r--_zsh/70-history.zsh (renamed from _zsh/50-history.zsh)1
1 files changed, 1 insertions, 0 deletions
diff --git a/_zsh/50-history.zsh b/_zsh/70-history.zsh
index 8b15561..1d6ad6d 100644
--- a/_zsh/50-history.zsh
+++ b/_zsh/70-history.zsh
@@ -24,6 +24,7 @@ if exists percol; then
}
zle -N percol_select_history
+ # Override the bindkey settings in `60-bindkeys.zsh`
bindkey '^R' percol_select_history
fi