mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
Fix <leader>t<leader> (#699)
This commit is contained in:
parent
ac52a165d7
commit
3669ae25e0
@ -231,7 +231,7 @@ map <leader>tn :tabnew<cr>
|
|||||||
map <leader>to :tabonly<cr>
|
map <leader>to :tabonly<cr>
|
||||||
map <leader>tc :tabclose<cr>
|
map <leader>tc :tabclose<cr>
|
||||||
map <leader>tm :tabmove
|
map <leader>tm :tabmove
|
||||||
map <leader>t<leader> :tabnext
|
map <leader>t<leader> :tabnext<cr>
|
||||||
|
|
||||||
" Let 'tl' toggle between this and the last accessed tab
|
" Let 'tl' toggle between this and the last accessed tab
|
||||||
let g:lasttab = 1
|
let g:lasttab = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user