From 6a3343760d0ee53565543b9530a10a3a941277bb Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 2 May 2019 13:45:04 -0700 Subject: [PATCH] sidescroll=1 --- .vim/options.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/options.vim b/.vim/options.vim index 816c5d8..15a0af8 100644 --- a/.vim/options.vim +++ b/.vim/options.vim @@ -35,6 +35,7 @@ set scrolloff=5 set shiftround set shiftwidth=4 set shortmess+=I +set sidescroll=1 set smarttab set tabstop=4 set ttimeout