summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Jaeger <henjae1@pf4vm75z.hin>2024-07-15 10:08:54 +0200
committerHendrik Jaeger <henjae1@pf4vm75z.hin>2024-07-15 10:08:54 +0200
commit5fac3578319f5ab201a7a17e319a93e8396c7211 (patch)
treec43c0fa44e34e0faad540391a3ab14cb46089871
parentbe52c3eb36089932f1c13a0d4ad99a33f4f44eea (diff)
vim should also find files in hidden dirs
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 9d9ed49..678b466 100644
--- a/.zshrc
+++ b/.zshrc
@@ -222,6 +222,7 @@ eval "$(zoxide init zsh)"
FZF_TMUX=1
FZF_CTRL_T_COMMAND='command fdfind --hidden'
FZF_ALT_C_COMMAND='command fdfind --hidden --type d'
+FZF_DEFAULT_COMMAND='command fdfind --hidden'
source /usr/share/doc/fzf/examples/key-bindings.zsh
source /usr/share/doc/fzf/examples/completion.zsh