how to switch files in vim code example Example: vim navigating between files nnoremap <C-Tab> :bn<CR> nnoremap <C-S-Tab> :bp<CR>