home: vim: set 'splitkeep'

This commit is contained in:
Bruno BELANYI 2023-05-03 20:02:34 +01:00
parent c117d1caed
commit 4feee73b8e
1 changed files with 2 additions and 0 deletions

View File

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