mirror of
https://github.com/prurigro/darkcloud-vimconfig.git
synced 2024-11-22 06:44:09 -05:00
Autofocus the tagbar when it's triggered
This commit is contained in:
parent
f8cce36327
commit
623918995d
1 changed files with 1 additions and 0 deletions
|
@ -180,6 +180,7 @@
|
||||||
let g:tagbar_compact=1
|
let g:tagbar_compact=1
|
||||||
let g:tagbar_singleclick=1
|
let g:tagbar_singleclick=1
|
||||||
let g:tagbar_width=35
|
let g:tagbar_width=35
|
||||||
|
let g:tagbar_autofocus=1
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
"TCOMMAND: {{{
|
"TCOMMAND: {{{
|
||||||
|
|
Loading…
Reference in a new issue