vim:setts: Turn off line wrapping

This commit is contained in:
2022-12-12 11:21:27 +01:00
parent 9abf215871
commit 0ef3cd3723

View File

@@ -66,6 +66,9 @@ endif
" Show whitespace characters
set list
set listchars=tab:>·
" Do no wrap lines, but show a visual indicator that the lines continues
set nowrap
set listchars+=extends:>
" Keep current line away from top/bottom borders of the buffer when scrolling
set scrolloff=15
" Enable mouse