shell.d/options_zsh: Change fzf-file-widget binding to ALT-r

master
Pierre Neidhardt 2016-01-20 15:04:24 +11:00
parent df3891bd99
commit d6bac2c42c
1 changed files with 5 additions and 1 deletions

View File

@ -109,4 +109,8 @@ prompt adam2
##==============================================================================
## fzf (external)
[ -f /etc/profile.d/fzf.zsh ] && . /etc/profile.d/fzf.zsh
if [ -f /etc/profile.d/fzf.zsh ]; then
. /etc/profile.d/fzf.zsh
bindkey '^T' transpose-chars
bindkey '\er' fzf-file-widget
fi