how to save each file when working with multiple files in vim code example Example: vim navigating between files nnoremap <C-Tab> :bn<CR> nnoremap <C-S-Tab> :bp<CR>