dblume commited on 2023-03-01 16:29:23 Showing 1 changed files, with 4 additions and 0 deletions.
@@ -56,6 +56,10 @@ nnoremap <C-l> <C-w>l
" clear search highlights
nnoremap <cr> :noh<cr><cr>
+" tab switches to previous/next buffer
+nnoremap <Tab> :bp<cr>
+nnoremap <S-Tab> :bn<cr>
+
syntax on
set t_Co=256