4 lines
84 B
VimL
4 lines
84 B
VimL
|
"open the taglist (method browser) using ,t
|
||
|
nnoremap <silent> ,T :TagbarToggle<CR>
|
||
|
|