diff options
author | Camil Staps | 2020-10-01 12:03:23 +0200 |
---|---|---|
committer | Camil Staps | 2020-10-01 12:03:23 +0200 |
commit | 689feb46f695873d67d95b84290c4b461fef2533 (patch) | |
tree | 1f1466ab5afda51cf402c2cb19ab38a7dbc379e0 | |
parent | Vim: set line border color correctly (diff) |
Vim: set scrolloff=10
-rw-r--r-- | vim/.vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -65,6 +65,7 @@ set dir=~/.swp set listchars=nbsp:¬,tab:▸\ ,extends:»,precedes:«,trail:• set nolist set nowrap +set scrolloff=10 set tabpagemax=100 set nrformats=hex,alpha set fillchars+=fold:\ |