Add vim map'g for searching for word(s) in project
"S" in normal mode searches the current directory down with grep for the word under the cursor. In visual mode it searches for the highlighted text. If list-files is available, only files returned from calling list-files are searched. The results are made available in the quick-fix window which is opened immediately.
Loading
Please register or sign in to comment