Replace taglist with tagbar
This commit is contained in:
1
vim/bundle/majutsushi-tagbar
Submodule
1
vim/bundle/majutsushi-tagbar
Submodule
Submodule vim/bundle/majutsushi-tagbar added at 52fe2b7c3a
@@ -134,9 +134,6 @@ nnoremap <silent> vv <C-w>v
|
||||
nnoremap <silent> ss <C-w>s
|
||||
|
||||
|
||||
"open the taglist (method browser) using ,t
|
||||
nnoremap <silent> ,T :TlistToggle<CR>
|
||||
|
||||
" create <%= foo %> erb tags using Ctrl-k in edit mode
|
||||
imap <silent> <C-K> <%= %><Esc>3hi
|
||||
|
||||
|
||||
3
vim/plugin/settings/tagbar.vim
Normal file
3
vim/plugin/settings/tagbar.vim
Normal file
@@ -0,0 +1,3 @@
|
||||
"open the taglist (method browser) using ,t
|
||||
nnoremap <silent> ,T :TagbarToggle<CR>
|
||||
|
||||
Reference in New Issue
Block a user