aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rw-r--r--files/rcs/.vimrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/files/rcs/.vimrc b/files/rcs/.vimrc
index 41afc32..b9d3f92 100644
--- a/files/rcs/.vimrc
+++ b/files/rcs/.vimrc
@@ -25,6 +25,8 @@ set nocompatible
filetype plugin indent on
set encoding=utf-8
set number relativenumber
+set tabstop=4
+set shiftwidth=4
set scrolloff=2
set wildmode=longest,list,full
set splitbelow
@@ -100,9 +102,6 @@ map <C-l> <C-w>l
"map <C-K> <C-w>K
"map <C-L> <C-w>L
-" Make tabs appear as 4 spaces (default is 8)
-set tabstop=4
-
" Color
syntax enable
syntax on