←back to thread

538 points todsacerdoti | 1 comments | | HN request time: 0.228s | source
Show context
aftbit ◴[] No.44358396[source]
I do all of this from vim. I have \a bound to repeat my last / search using ripgrep in the current directory, and open the matches in a panel below. I have \gd bound to go to the definition/declaration of a symbol.
replies(1): >>44362589 #
1. positr0n ◴[] No.44362589[source]
Searches in a directory.. do you mean files or file contents? What do you do for his example of navigating to a file from the rust tool output?