This commit is contained in:
Michael Grote 2021-06-23 20:29:09 +02:00
parent e9df8b2e6c
commit beb9cc8acf

View file

@ -2,3 +2,6 @@
function rgf {
rg --files -g "*$2*"
}
function rgv {
rg --files -g "*$2*" | vim
}