Edit Org files not in Git
I can not jump to any Org file in my project whether or not that file has been committed (as `rg` limits the searches to git repository files).
This commit is contained in:
parent
e1897c2e95
commit
8eaf1d5600
1 changed files with 2 additions and 2 deletions
|
@ -365,8 +365,8 @@ We’ll use a shell command to call =ripgrep= to search my collection of org fi
|
|||
" --no-heading"
|
||||
" --line-number"
|
||||
" --max-depth 1"
|
||||
" --type org"
|
||||
" -e '^\\*+ '")
|
||||
" -e '^\\*+ '"
|
||||
" *.org")
|
||||
"A ripgrep shell call to search my headers.")
|
||||
#+end_src
|
||||
|
||||
|
|
Loading…
Reference in a new issue