1
0
Fork 0

Needs moar ctags

This commit is contained in:
Basti 2012-03-05 15:00:42 +01:00
parent cb38933da0
commit 0271d88052
1 changed files with 4 additions and 0 deletions

4
vimrc
View File

@ -109,3 +109,7 @@ au InsertLeave * match ExtraWhiteSpace /\s\+$/
let g:vimroom_background = 'white'
map <Leader>vr :VimroomToggle
let g:vimroom_width = 120
" CTags
map <Leader>ct :!/usr/local/bin/ctags -R --c++-kinds=+p --fields=+iaS --extra=+q .<CR>
set tags+=gems.tags