summaryrefslogtreecommitdiff
path: root/vim/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vimrc')
-rw-r--r--vim/.vimrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 02afaee..3f8afce 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -55,10 +55,14 @@ set ignorecase
set smartcase
" Always show tabline (0=never, 1=when there are at least 2 tabs, 2=always)
-set showtabline=2
+set showtabline=1
" Mouse support
set mouse=a
" Set default colorscheme but dark comments -> Torte
colorscheme torte
+
+" Default tabs
+set tabstop=4 softtabstop=0 expandtab shiftwidth=4
+set autoindent