From 0774377c69fc8a134995087073e8fb27f73d09ac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hendrik=20J=C3=A4ger?= Date: Sat, 4 May 2024 22:31:26 +0200 Subject: [PATCH] customize fzf: use tmux and fdfind --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2