]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/commitdiff
customize fzf: use tmux and fdfind master
authorHendrik Jäger <gitcommit@henk.geekmail.org>
Sat, 4 May 2024 20:31:26 +0000 (22:31 +0200)
committerHendrik Jäger <gitcommit@henk.geekmail.org>
Sat, 4 May 2024 20:31:26 +0000 (22:31 +0200)
.zshrc

diff --git a/.zshrc b/.zshrc
index a58c37c8e1afc8a07d635c3b9b5a7830d3bb162d..1ea2da7454ba7b4a9b383307d22898de95ee171a 100644 (file)
--- 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