autotags tags file name
This commit is contained in:
parent
67814d88fa
commit
077899fdc8
1 changed files with 3 additions and 0 deletions
3
vimrc
3
vimrc
|
|
@ -518,6 +518,9 @@ nnoremap <leader>o :BufExplorer<CR>
|
|||
" undotree
|
||||
nnoremap <leader>ut :UndotreeToggle<cr>
|
||||
|
||||
" vim-autotag
|
||||
let g:autotagTagsFile = '.ctags'
|
||||
|
||||
" TagBar
|
||||
nnoremap <leader>tb :TagbarOpen fj<CR>
|
||||
nnoremap <leader>] :tag /[.#@]<c-r>=expand('<cword>')<cr><cr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue