Small vim config changes

This commit is contained in:
Michael Chalupiak
2025-12-19 14:25:00 -05:00
parent 458a2dd1d6
commit f60dd72912
7 changed files with 18 additions and 48 deletions

View File

@@ -1,4 +1,4 @@
rg --uu --color=always --line-number --no-heading --smart-case -H "${*:-}" | tr -d '\r' |
rg -uu --color=always --line-number --no-heading --smart-case -H "${*:-}" | tr -d '\r' |
fzf-tmux --cycle -p 80%,90% --ansi \
--color "hl:-1:underline,hl+:-1:underline:reverse" \
--delimiter : \