Installing ctags
In OS X, use homebrew
brew install ctags
Make ctag index
In the directory you want to index, do command
ctags -R .
If want to hide tag index file, use .
or inside .git
ctags -R ./.git/tags .
Vim ctag command
'tools > vim' 카테고리의 다른 글
Add localleader in vim : backslach - vim localleader 추가하기 (0) | 2020.03.12 |
---|---|
VIM: change vim commit message colo (0) | 2018.12.21 |
VIM: git 커밋시 72자 넘어가는 부분 하이라이팅하기 (0) | 2018.12.04 |
VIM: case sensitive / insensitive when searching (0) | 2018.11.17 |
Eliminating vim ESC key delay (0) | 2018.10.14 |