fzf: Bind alt-a to toggle-all

master
Pierre Neidhardt 2016-10-11 19:47:56 +05:30
parent 17ac345741
commit d0c3f8d235
1 changed files with 1 additions and 1 deletions

View File

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