fzf: Use '+' placeholder

master
Pierre Neidhardt 2017-05-08 21:41:18 +05:30
parent 1d0d102c97
commit f87f371456
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ if command -v fzf >/dev/null 2>&1; then
export FZF_BCD_OPTS=$FZF_ALT_C_OPTS
export FZF_CDHIST_OPTS=$FZF_ALT_C_OPTS
export FZF_CTRL_R_OPTS="--reverse --sort"
export FZF_CTRL_T_OPTS="--bind=ctrl-j:'execute-multi(rifle {})' --preview='preview {}'"
export FZF_CTRL_T_OPTS="--bind=ctrl-j:'execute(rifle {+})' --preview='preview {+}'"
if [ "$(uname -o)" = "GNU/Linux" ]; then
## Append '/' to folder names. GNU find required.
export FZF_CTRL_T_COMMAND="command find -L \$dir -mindepth 1 \\( -path \$dir'*/\\.*' -o -fstype 'devfs' -o -fstype 'devtmpfs' \\) -prune \