summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 7a40954..5783592 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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>