fully remove taglist in favor of tagbar

This commit is contained in:
Taybin Rutkin
2012-03-12 23:23:49 -04:00
parent 3a0a8c8777
commit 6eb7bcb05e
3 changed files with 0 additions and 8 deletions

View File

@@ -142,9 +142,6 @@ nnoremap <silent> ss <C-w>s
nnoremap <silent> + <C-w>+
nnoremap <silent> - <C-w>-
"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