aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2021-02-22 18:25:24 +0300
committereug-vs <eug-vs@keemail.me>2021-02-22 18:25:49 +0300
commit818ae49064b42254315075bba37decd0995ef4ee (patch)
treecfec0d405c7f1c16523b71e9977cfa09f1091e5a /.vimrc
parent196decfdc0d211d445a044efd2c530102b3661a9 (diff)
downloaddotfiles-818ae49064b42254315075bba37decd0995ef4ee.tar.gz
feat(vim): add scroll offset
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index e3ca760..de468b9 100644
--- a/.vimrc
+++ b/.vimrc
@@ -18,6 +18,7 @@ set ruler " Show the cursor position all the time
set conceallevel=0 " So that I can see `` in markdown files
set tabstop=2 " Insert 2 spaces for a tab
set shiftwidth=2 " Change the number of space characters inserted for indentation
+set scrolloff=4 " Scroll offset
set smarttab " Makes tabbing smarter will realize you have 2 vs 4
set expandtab " Converts tabs to spaces
set smartindent " Makes indenting smart