fzf: Go to top on change

Needs 0.16.8
master
Pierre Neidhardt 2017-06-06 19:26:08 +01:00
parent f663dad59a
commit 1d247ba699
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ if command -v fzf >/dev/null 2>&1; then
--bind=alt-z:toggle-preview \
--bind=ctrl-a:select-all \
--bind=ctrl-k:kill-line \
--bind=change:top \
"
export FZF_ALT_C_OPTS="--preview='preview {}'"