aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_vim/vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/_vim/vimrc b/_vim/vimrc
index 45c48bc..96dc7aa 100644
--- a/_vim/vimrc
+++ b/_vim/vimrc
@@ -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(...)