home: vim: set 'splitkeep'
This commit is contained in:
parent
c117d1caed
commit
4feee73b8e
|
@ -48,6 +48,8 @@ set noswapfile
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
" Set the minimal amount of lignes under and above the cursor for context
|
" Set the minimal amount of lignes under and above the cursor for context
|
||||||
set scrolloff=5
|
set scrolloff=5
|
||||||
|
" More stable splits
|
||||||
|
set splitkeep=screen
|
||||||
" Always show status line
|
" Always show status line
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
" Enable Doxygen highlighting
|
" Enable Doxygen highlighting
|
||||||
|
|
Loading…
Reference in a new issue