fzf: Bind C-v to page-down, M-v to page-up

master
Pierre Neidhardt 2016-10-05 17:52:25 +05:30
parent 43db4d53c0
commit 86ad1d7451
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ fi
## fzf
if command -v fzf >/dev/null 2>&1; then
export FZF_DEFAULT_OPTS="--cycle --extended --multi"
export FZF_DEFAULT_OPTS="--cycle --extended --multi --bind=ctrl-v:page-down,alt-v:page-up"
fi
## pacman abs