Last Updated: January 29, 2018
·
436
· pssdbt

Remap arrow keys to cycle buffers/tabs

Remap up and down to cycle back and forth through buffers, and left and right to switch tabs:

map <left> :tabprevious<cr>
map <right> :tabnext<cr>
map <up> :bn<cr>
map <down> :bp<cr>