diff options
author | Mark Powers <markppowers0@gmail.com> | 2020-12-15 15:02:56 -0600 |
---|---|---|
committer | Mark Powers <markppowers0@gmail.com> | 2020-12-15 15:02:56 -0600 |
commit | 0e252cfd0f25bbc2086f7897225f324ef650b3c2 (patch) | |
tree | 5fe32864e203da0552111fc63aa6a132b65a8bdf /.vimtabrc |
Initial commit
Diffstat (limited to '.vimtabrc')
-rw-r--r-- | .vimtabrc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.vimtabrc b/.vimtabrc new file mode 100644 index 0000000..2a48c5e --- /dev/null +++ b/.vimtabrc @@ -0,0 +1,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 + |