Vim: reorder tabs(vim.org)1 points·by simonreed·vor 14 Jahren·1 commentsvim.orgVim: reorder tabshttp://www.vim.org/scripts/script.php?script_id=25201 commentsPost comment[–]simonreed·vor 14 JahrenreplyMy preference however is to use Shift-Left, Shift-Right to move the tabs:map <silent> <S-left> :call MoveCurrentTab(-1)<Esc> map <silent> <S-right> :call MoveCurrentTab(1)<Esc>
map <silent> <S-left> :call MoveCurrentTab(-1)<Esc> map <silent> <S-right> :call MoveCurrentTab(1)<Esc>