From aea9be4b70a681df4c5f4c0837fbfec3a4a135cd Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 19 Jul 2018 13:03:51 +0200 Subject: nvim: change scrolloff to 4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- nvim/init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/init.vim b/nvim/init.vim index 1b9ee72..6376698 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -29,7 +29,7 @@ set backup " Always keep backup files in case of crashes set undofile " Save undo's after file closes set shortmess+=I " Don't show the nag-screen set showcmd " Show partial command in the last line of the screen -set scrolloff=1 " Minimum number of screen lines under/above the cursor +set scrolloff=4 " Minimum number of screen lines under/above the cursor set linebreak " Don’t wrap lines in the middle of a word set spelllang=en_us set backupdir=$XDG_DATA_HOME/nvim/backup " Don't write backups in current dir -- cgit v1.2.3-54-g00ecf