1 Comment

This is what my Left and Right arrows keys are mapped to. I also set 'hidden', so :N and :n without the :w:

" Edit the previous/next file.

nnoremap <silent> <Left> :previous<CR>

nnoremap <silent> <Right> :next<CR>

Expand full comment