mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 01:15:10 +01:00
Find tag files up to the homedir
This commit is contained in:
4
.vimrc
4
.vimrc
@@ -84,6 +84,10 @@ set dictionary+=/usr/share/dict/words
|
|||||||
" use ctrl-n ctrl-n instead of ctrl-x ctrl-k
|
" use ctrl-n ctrl-n instead of ctrl-x ctrl-k
|
||||||
set complete-=k complete+=k
|
set complete-=k complete+=k
|
||||||
|
|
||||||
|
" ctags: check the current folder for tags file and keep going one directory up
|
||||||
|
" all the way to the homedir
|
||||||
|
set tags=./tags,./TAGS,tags;~,TAGS;~
|
||||||
|
|
||||||
" ignorecase plus smartcase make searches case-insensitive except when you
|
" ignorecase plus smartcase make searches case-insensitive except when you
|
||||||
" include upper-case characters (so /foo matches FOO and fOo, but /FOO only
|
" include upper-case characters (so /foo matches FOO and fOo, but /FOO only
|
||||||
" matches the former)
|
" matches the former)
|
||||||
|
|||||||
Reference in New Issue
Block a user