Write and move the next file in the args list
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>
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>