Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Vim: reorder tabs (vim.org)
1 point by simonreed on July 30, 2012 | hide | past | favorite | 1 comment


My 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>




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: