vim:setts: Only one global status line

for more screen real-estate.
This commit is contained in:
2024-09-21 00:37:43 +02:00
parent b299ea510f
commit 5b84d4ae55

View File

@@ -100,6 +100,8 @@ set virtualedit+=block
set lazyredraw
" Visual selection does not include the line break
set selection=old
" Only one global status line
set laststatus=3
" Wrap lines at chars in 'breakat' rather than at last character.
set linebreak
" Wrapped lines should have the same amount of indentation