diff options
-rw-r--r-- | vim.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ # Vim tricks +## vimgrep + +Search through all files in a directory + + :vimgrep /pattern/ **/* + +Open window with all instances: + + :copen + ## readline vi keybindings in various `readline` and similar CLIs: |