diff options
| -rw-r--r-- | _vim/vimrc | 4 | 
1 files changed, 4 insertions, 0 deletions
@@ -300,6 +300,10 @@ inoremap <F1> <Esc>  vnoremap <leader>y "+y  noremap  <leader>p "+p +" Look in the current directory for "tags", and work up the tree +" towards root until one is found +set tags=./tags;/ +  " Instant grep + quickfix  " https://gist.github.com/romainl/56f0c28ef953ffc157f36cc495947ab3  function! Grep(...)  | 
