From 5fac3578319f5ab201a7a17e319a93e8396c7211 Mon Sep 17 00:00:00 2001 From: Hendrik Jaeger Date: Mon, 15 Jul 2024 10:08:54 +0200 Subject: [PATCH] vim should also find files in hidden dirs --- .zshrc | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5