From f87f371456a12b5c49c980d7ae42a9202388a871 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Mon, 8 May 2017 21:41:18 +0530 Subject: [PATCH] fzf: Use '+' placeholder --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 71b2e1d3..c5ff01e2 100644 --- a/.profile +++ b/.profile @@ -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 \