doku
This commit is contained in:
parent
5a0c9d6c42
commit
12258a884c
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
function rgf {
|
||||
rg --files -g "*$1*"
|
||||
}
|
||||
# übergibt gefundene dateien an vim
|
||||
function rgv {
|
||||
rg --files -g "*$1*" | xargs -o vim
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue