is it possible to have tab 0? I don't think so, so I removed the mapping.
This commit is contained in:
parent
57fb4d0d23
commit
4dadf56b2e
@ -129,7 +129,6 @@ map <silent> <D-6> :tabn 6<cr>
|
|||||||
map <silent> <D-7> :tabn 7<cr>
|
map <silent> <D-7> :tabn 7<cr>
|
||||||
map <silent> <D-8> :tabn 8<cr>
|
map <silent> <D-8> :tabn 8<cr>
|
||||||
map <silent> <D-9> :tabn 9<cr>
|
map <silent> <D-9> :tabn 9<cr>
|
||||||
map <silent> <D-0> :tabn 0<cr>
|
|
||||||
|
|
||||||
" Create window splits easier. The default
|
" Create window splits easier. The default
|
||||||
" way is Ctrl-w,v and Ctrl-w,s. I remap
|
" 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> vv <C-w>v
|
||||||
nnoremap <silent> ss <C-w>s
|
nnoremap <silent> ss <C-w>s
|
||||||
|
|
||||||
|
|
||||||
"open the taglist (method browser) using ,t
|
"open the taglist (method browser) using ,t
|
||||||
nnoremap <silent> ,T :TlistToggle<CR>
|
nnoremap <silent> ,T :TlistToggle<CR>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user