summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zsh/rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/zsh/rc b/zsh/rc
index 62ae236..9885dc7 100644
--- a/zsh/rc
+++ b/zsh/rc
@@ -40,7 +40,8 @@ alias mv='mv -i'
alias senv='env | sort'
bindkey -e
-bindkey "^R" history-incremental-search-backward
+bindkey '^F' history-incremental-search-forward
+bindkey '^R' history-incremental-search-backward
export EDITOR=vim
export LESSHISTFILE=${XDG_CACHE_HOME}/less_history