aboutsummaryrefslogtreecommitdiff
path: root/.fzfrc
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-01-22 21:26:37 +0800
committerGuangxiong Lin <[email protected]>2022-01-22 21:26:37 +0800
commit37ed58d7f49483b1eee38faaadd4cc5cf2626109 (patch)
tree78370d814880c1d1434fad2440edfeef99e94d09 /.fzfrc
parent843b8510acd58fa9c1d1df6d8837d0406392e1b2 (diff)
downloaddotfiles-37ed58d7f49483b1eee38faaadd4cc5cf2626109.tar.gz
dotfiles-37ed58d7f49483b1eee38faaadd4cc5cf2626109.tar.bz2
dotfiles-37ed58d7f49483b1eee38faaadd4cc5cf2626109.zip
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.
Diffstat (limited to '.fzfrc')
-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