From 4feee73b8e8d0e62f4a06eb9adc65328c032467c Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 3 May 2023 20:02:34 +0100 Subject: [PATCH] home: vim: set 'splitkeep' --- home/vim/init.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/vim/init.vim b/home/vim/init.vim index bd63d25..ad332d2 100644 --- a/home/vim/init.vim +++ b/home/vim/init.vim @@ -48,6 +48,8 @@ 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