summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2020-06-14 12:49:45 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2020-06-14 12:49:45 +0100
commit477a001b31a80b724c8ba69a62ff601f04d168df (patch)
tree283c611b40663a8f36eae150eae32db458281148 /zsh
parent577de729deb7574fa6da1bedea19fd6af9c5c722 (diff)
zsh: Bind ^F to history-incremental-search-forward
Diffstat (limited to 'zsh')
-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