From 37ed58d7f49483b1eee38faaadd4cc5cf2626109 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sat, 22 Jan 2022 21:26:37 +0800 Subject: Set FZF_CTRL_T_COMMAND Set the FZF_CTRL_TCOMMAND as FZF_DEFAULT_COMMAND. Otherwise, the default ctrl t command will not show the hidden file. --- .fzfrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.fzfrc') 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 -- cgit v1.2.3