is it possible to have tab 0? I don't think so, so I removed the mapping.

This commit is contained in:
Kyle West 2012-01-25 21:19:07 -05:00
parent 57fb4d0d23
commit 4dadf56b2e

View File

@ -129,7 +129,6 @@ map <silent> <D-6> :tabn 6<cr>
map <silent> <D-7> :tabn 7<cr>
map <silent> <D-8> :tabn 8<cr>
map <silent> <D-9> :tabn 9<cr>
map <silent> <D-0> :tabn 0<cr>
" Create window splits easier. The default
" way is Ctrl-w,v and Ctrl-w,s. I remap
@ -137,7 +136,6 @@ map <silent> <D-0> :tabn 0<cr>
nnoremap <silent> vv <C-w>v
nnoremap <silent> ss <C-w>s
"open the taglist (method browser) using ,t
nnoremap <silent> ,T :TlistToggle<CR>