diff options
| author | Alec Goncharow <alec@goncharow.dev> | 2025-07-19 21:42:52 -0400 |
|---|---|---|
| committer | Alec Goncharow <alec@goncharow.dev> | 2025-07-19 21:42:52 -0400 |
| commit | a77fb9a2fa2eabecd422edb7ea59209e939db79d (patch) | |
| tree | f0181148fcd92dc18f52033802f34260663e0fa5 /bin | |
| parent | bac4487c9db82cce5e9f223e7843095df19b04a7 (diff) | |
reject modernity return to rg fzf
jai lsp is too janky for my purposes, just use normal string searching
also go vim plugin likes to announce things on launch everytime, it's
bit annoying, uninstall for now.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/rgf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ if [[ "${TRACE-0}" == "1" ]]; then fi main() { - result=$(rg --ignore-case --color=always --line-number --no-heading "$@" | + result=$(rg -L --ignore-case --color=always --line-number --no-heading "$@" | fzf --ansi \ --color 'hl:-1:underline,hl+:-1:underline:reverse' \ --delimiter ':' \ |
