update vim conf
This commit is contained in:
parent
e729a7c684
commit
5263221179
@ -69,14 +69,15 @@ map <leader>6 :b 6<CR>
|
|||||||
map <leader>7 :b 7<CR>
|
map <leader>7 :b 7<CR>
|
||||||
map <leader>8 :b 8<CR>
|
map <leader>8 :b 8<CR>
|
||||||
map <leader>9 :b 9<CR>
|
map <leader>9 :b 9<CR>
|
||||||
map q :bd<CR>
|
map q :bwipeout<CR>
|
||||||
|
|
||||||
" ctags 配置
|
" ctags 配置
|
||||||
map <F5> :!ctags -R --c++-kinds=+p --fields=+iaS --extra=+q --language-force=Python -f .tags .<CR><CR>
|
map <F5> :!ctags -R --c++-kinds=+p --fields=+iaS --extra=+q --languages=Python,C++ -f .tags .<CR><CR>
|
||||||
imap <F5> <ESC>:!ctags -R --c++-kinds=+p --fields=+iaS --extra=+q --languages-force=Python -f .tags .<CR><CR>
|
imap <F5> <ESC>:!ctags -R --c++-kinds=+p --fields=+iaS --extra=+q --languages=Python,C++ -f .tags .<CR><CR>
|
||||||
set tags=tags
|
set tags=tags
|
||||||
|
set tags+=.tags
|
||||||
set tags+=./.tags
|
set tags+=./.tags
|
||||||
" ctags -R --c++-kinds=+p --fields=+iaS --extra=+q -f ~/.vim/systags /usr/include /usr/local/include
|
"set tags+=~/.vim/systags
|
||||||
"set tags =
|
"set tags =
|
||||||
|
|
||||||
Plugin 'https://github.com/majutsushi/tagbar.git'
|
Plugin 'https://github.com/majutsushi/tagbar.git'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user