1
0

Make ctrl-t work better with broken links

This commit is contained in:
Scott Carroll
2026-02-18 16:58:21 +00:00
parent 256b82c50d
commit 40999387e4

View File

@@ -1,5 +1,5 @@
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_DEFAULT_COMMAND="rg --files --no-messages --follow --no-ignore-vcs --hidden -g '!{**/node_modules/*,**/.git/*}'"
export FZF_CTRL_T_COMMAND="rg --files --no-messages --follow --no-ignore-vcs --hidden -g '!{**/node_modules/*,**/.git/*}'"
export FZF_COMPLETION_TRIGGER='\\'
export FZF_DEFAULT_COMMAND="rg --files --follow --no-ignore-vcs --hidden -g '!{**/__pycache__/*,**/.npm/*,**/node_modules/*,**/.git/*}'"
export FZF_CTRL_T_COMMAND="rg --files --follow --no-ignore-vcs --hidden -g '!{**/__pycache__/*,**/.npm/*,**/node_modules/*,**/.git/*}'"
export FZF_DEFAULT_COMMAND="rg --files --no-messages --follow --no-ignore-vcs --hidden -g '!{**/__pycache__/*,**/.npm/*,**/node_modules/*,**/.git/*}'"
export FZF_CTRL_T_COMMAND="rg --files --no-messages --follow --no-ignore-vcs --hidden -g '!{**/__pycache__/*,**/.npm/*,**/node_modules/*,**/.git/*}'"