diff options
-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 |