Update vim prefs

This commit is contained in:
Christian Nieves
2022-06-03 17:52:18 +00:00
parent 0101a69b56
commit 89aff8fc53
11 changed files with 127 additions and 78 deletions

View File

@ -89,7 +89,7 @@ get_current_activity() {
}
cl_search() {
hg whatsout | xargs -i sh -c "echo {} && rg $1 {}"
hg whatsout | xargs -i sh -c "echo {} && grep $1 {}"
}
cl_replace() {