diff options
author | Guangxiong Lin <[email protected]> | 2022-01-22 21:26:37 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-01-22 21:26:37 +0800 |
commit | 37ed58d7f49483b1eee38faaadd4cc5cf2626109 (patch) | |
tree | 78370d814880c1d1434fad2440edfeef99e94d09 | |
parent | 843b8510acd58fa9c1d1df6d8837d0406392e1b2 (diff) | |
download | dotfiles-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.
-rwxr-xr-x | .fzfrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |