rgv
This commit is contained in:
parent
e9df8b2e6c
commit
beb9cc8acf
1 changed files with 3 additions and 0 deletions
|
@ -2,3 +2,6 @@
|
||||||
function rgf {
|
function rgf {
|
||||||
rg --files -g "*$2*"
|
rg --files -g "*$2*"
|
||||||
}
|
}
|
||||||
|
function rgv {
|
||||||
|
rg --files -g "*$2*" | vim
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue