mirror of
https://github.com/amix/vimrc
synced 2025-07-05 07:25:00 +08:00
use tagbar to instead of taglist
This commit is contained in:
@ -57,10 +57,18 @@ map <leader>t9 :tabnext 9<cr>
|
||||
" Mac 下不可用
|
||||
map <M-u> :tabprev<cr>
|
||||
map <M-i> :tabnext<cr>
|
||||
|
||||
" mapping :tlist to ,tg
|
||||
map <leader>tg :TlistOpen<cr>
|
||||
" map <leader>tg :TlistOpen<cr>
|
||||
" add current file to tlist
|
||||
map <leader>ta :TlistAddFiles %<cr>
|
||||
" map <leader>ta :TlistAddFiles %<cr>
|
||||
|
||||
" use tagbar to instead of taglist
|
||||
let g:tagbar_left = 1
|
||||
let g:tagbar_width = 30
|
||||
let g:tagbar_autofocus = 1
|
||||
map <leader>tg :TagbarToggle<cr>
|
||||
|
||||
" Set line number
|
||||
set number
|
||||
" set cursorline and cursorcolumn
|
||||
|
1
sources_forked/tagbar
Submodule
1
sources_forked/tagbar
Submodule
Submodule sources_forked/tagbar added at 7b36c46d17
Reference in New Issue
Block a user