From c14889b7be68da1cb0dc2a327d3545fb6ee6abdc Mon Sep 17 00:00:00 2001 From: Scott Carroll Date: Fri, 29 Aug 2025 18:49:18 +0100 Subject: [PATCH] \\ as fzf tab trigger --- .../.bash-profile.d/00-fzf-include-dotfiles-exclude-git.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/bashprofile/.bash-profile.d/00-fzf-include-dotfiles-exclude-git.bash b/bashprofile/.bash-profile.d/00-fzf-include-dotfiles-exclude-git.bash index 2f9cbb1..d2e45f0 100644 --- a/bashprofile/.bash-profile.d/00-fzf-include-dotfiles-exclude-git.bash +++ b/bashprofile/.bash-profile.d/00-fzf-include-dotfiles-exclude-git.bash @@ -1,2 +1,3 @@ export FZF_DEFAULT_COMMAND="rg --files --follow --no-ignore-vcs --hidden -g '!{**/node_modules/*,**/.git/*}'" export FZF_CTRL_T_COMMAND="rg --files --follow --no-ignore-vcs --hidden -g '!{**/node_modules/*,**/.git/*}'" +export FZF_COMPLETION_TRIGGER='\\'