home: vim: unset 'splitkeep'
ci/woodpecker/push/check Pipeline was successful Details

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 4feee73b8e.
This commit is contained in:
Bruno BELANYI 2023-06-01 11:17:34 +00:00
parent 5de4ee93d5
commit 39a512bc0a
1 changed files with 0 additions and 2 deletions

View File

@ -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