Replace taglist with tagbar

This commit is contained in:
yan
2012-01-24 10:38:33 -08:00
parent 68442f5a30
commit 796e4444ef
5 changed files with 8 additions and 4 deletions

View File

@@ -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