diff options
-rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ syntax enable " These two should be the same value, tabstop should be unchanged set softtabstop=4 set shiftwidth=4 +set expandtab nnoremap <tab> :bnext<CR> nnoremap <S-tab> :bprev<CR> |