From 54ac3cbb7e548379f4c23e8b753b3839d0c8e2d3 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 13 Jun 2023 09:25:38 +0800 Subject: vim: Add 'tags' config --- _vim/vimrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '_vim') diff --git a/_vim/vimrc b/_vim/vimrc index 45c48bc..96dc7aa 100644 --- a/_vim/vimrc +++ b/_vim/vimrc @@ -300,6 +300,10 @@ inoremap vnoremap y "+y noremap 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(...) -- cgit v1.2.2