comparison 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
comparison
equal deleted inserted replaced
551:2cce224318f9 552:f308f66cad13
1 # Only be case sensitive if a case is present 1 # Only be case sensitive if a case is present
2 --smart-case 2 --smart-case
3
4 # include .hgignore in ignores
5 --ignore-file=.hgignore
6 3
7 # Limit output 4 # Limit output
8 --max-columns=150 5 --max-columns=150
9 --max-columns-preview 6 --max-columns-preview
10 7