aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.fzfrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.fzfrc b/.fzfrc
index 53fb5d3..2126389 100755
--- a/.fzfrc
+++ b/.fzfrc
@@ -5,6 +5,8 @@ if [ -f /usr/bin/fd ];then
export FZF_DEFAULT_COMMAND='fd --type f --hidden --follow --exclude .git'
fi
+export FZF_CTRL_T_COMMAND=$FZF_DEFAULT_COMMAND
+
# completion and key bindings
case $SHELL in