diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-04-30 21:16:07 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-04-30 21:16:07 +0200 |
commit | 0c5294e80f9c07a81ef23cca0807beae28170cf5 (patch) | |
tree | 738fa31d4a01ffe83600d4c1910614f22dcbf056 | |
parent | 609fb9d0ad220da71dea10c15babf2e55bbf8829 (diff) |
Added missing setting to vimrc
-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> |