1
0

\\ as fzf tab trigger

This commit is contained in:
2025-08-29 18:49:18 +01:00
parent 4b162960c6
commit c14889b7be

View File

@@ -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='\\'