File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -82,13 +82,13 @@ set ttymouse=xterm2 " mouse scrolling in vim
82
82
set mouse=a
83
83
set foldenable
84
84
set background=dark
85
- set tabstop=4 " 4 -space tab indent width
86
- set shiftwidth=4 " allows you to use < and > to indent/unindent blocks
87
- set softtabstop=4 " see multiple space characters as a tab
88
- set shiftround " Indent to nearest tab stop
89
- set autoindent " carries over previous indent to the next line
90
- set smarttab " A tab infront of a line inserts spaces or tabs according to expandtab
91
- set pastetoggle=<F2> " Toggle set paste
85
+ set tabstop=2 " 2 -space tab indent width
86
+ set shiftwidth=2 " allows you to use < and > to indent/unindent blocks
87
+ set softtabstop=2 " see multiple space characters as a tab
88
+ set shiftround " Indent to nearest tab stop
89
+ set autoindent " carries over previous indent to the next line
90
+ set smarttab " A tab infront of a line inserts spaces or tabs according to expandtab
91
+ set pastetoggle=<F2> " Toggle set paste
92
92
93
93
" Tell vim to remember certain things when we exit
94
94
" '100 : marks will be remembered for up to 100 previously edited files
You can’t perform that action at this time.
0 commit comments