summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Jäger <gitcommit@henk.geekmail.org>2024-05-04 22:31:26 +0200
committerHendrik Jäger <gitcommit@henk.geekmail.org>2024-05-04 22:31:26 +0200
commit0774377c69fc8a134995087073e8fb27f73d09ac (patch)
tree472f190ec0f2a4481b174b04ca15591ef756f095
parent2f08281e264effd96a19bf822484306330853899 (diff)
customize fzf: use tmux and fdfind
-rw-r--r--.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index a58c37c..1ea2da7 100644
--- a/.zshrc
+++ b/.zshrc
@@ -216,6 +216,9 @@ source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
eval "$(zoxide init zsh)"
+FZF_TMUX=1
+FZF_CTRL_T_COMMAND='command fdfind --hidden'
+FZF_ALT_C_COMMAND='command fdfind --hidden --type d'
source /usr/share/doc/fzf/examples/key-bindings.zsh
source /usr/share/doc/fzf/examples/completion.zsh