summaryrefslogtreecommitdiff
path: root/.vimtabrc
blob: 2a48c5e0ec9ce5c619def589e30a50b32ae60a3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
set number
setlocal noexpandtab
setlocal shiftwidth=20
setlocal softtabstop=20
setlocal tabstop=20
set nowrap
set scrollopt=hor
set scrollbind
sp
set lines=1
wincmd j
set lines=37