view dot_config/ripgrep/ripgreprc @ 552:f308f66cad13

Add fif (find in file) command to search for words and view in fzf
author zegervdv <zegervdv@me.com>
date Tue, 01 Feb 2022 19:03:03 +0100
parents b12e86e6c110
children
line wrap: on
line source

# Only be case sensitive if a case is present
--smart-case

# Limit output
--max-columns=150
--max-columns-preview

--type-add
hdl:*.{sv,vhd,v}
--type-add
rtl:*.rtl.{sv,vhd}