xargs
This commit is contained in:
parent
3b6f6dc084
commit
5a0c9d6c42
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ function rgf {
|
||||||
rg --files -g "*$1*"
|
rg --files -g "*$1*"
|
||||||
}
|
}
|
||||||
function rgv {
|
function rgv {
|
||||||
rg --files -g "*$1*" | vim
|
rg --files -g "*$1*" | xargs -o vim
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue