From 39a512bc0a69134fe228a06cbe1060a20e10758c Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 1 Jun 2023 11:17:34 +0000 Subject: [PATCH] home: vim: unset 'splitkeep' Turns out I do _not_ like this behaviour when it messes with the cursor position. If they had an option that kept my cursor correctly positioned, and only then tried to move the buffer to keep it steady, I'd try it. This reverts commit 4feee73b8e8d0e62f4a06eb9adc65328c032467c. --- home/vim/init.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/home/vim/init.vim b/home/vim/init.vim index ad332d2..bd63d25 100644 --- a/home/vim/init.vim +++ b/home/vim/init.vim @@ -48,8 +48,6 @@ set noswapfile """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " Set the minimal amount of lignes under and above the cursor for context set scrolloff=5 -" More stable splits -set splitkeep=screen " Always show status line set laststatus=2 " Enable Doxygen highlighting