From 81108da4b9efb5e2699b9b4167e13d695be8e4d3 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 14 May 2024 22:09:53 -0400 Subject: Switch to universal-ctags It's supposedly faster and actually maintained. Also make preview window in ftags.sh a bit more robust. --- Biz/Ide/ftags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz/Ide') diff --git a/Biz/Ide/ftags.sh b/Biz/Ide/ftags.sh index d55bc74..b29d994 100755 --- a/Biz/Ide/ftags.sh +++ b/Biz/Ide/ftags.sh @@ -12,7 +12,7 @@ --preview-window=down,border-none \ --bind="pgdn:preview-page-down" \ --bind="pgup:preview-page-up" \ - --preview "rg --pretty --context 2 --word-regexp -F {+2}" + --preview "rg --pretty --context 2 --fixed-strings --regexp {+2}" ) ${EDITOR:-vim} \ "$(cut -f3 <<< "$tag_search")" \ -- cgit v1.2.3