Fix <leader>t<leader>
This commit is contained in:
parent
5108ca4ec0
commit
2c0016bb3d
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ map <leader>tn :tabnew<cr>
|
|||
map <leader>to :tabonly<cr>
|
||||
map <leader>tc :tabclose<cr>
|
||||
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 g:lasttab = 1
|
||||
|
|
Loading…
Reference in a new issue