←back to thread

538 points todsacerdoti | 2 comments | | HN request time: 0.472s | source
1. 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 #
2. 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?