dotar/vim/settings/tagbar.vim

4 lines
84 B
VimL

"open the taglist (method browser) using ,t
nnoremap <silent> ,T :TagbarToggle<CR>