From c1d91fa934757d1fb15199be0380bf0ce4c9a31d Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Thu, 11 Jul 2024 19:07:39 +0200 Subject: [PATCH] vim:setts: Re-enable 'wrap' I don't remember why I turned it off. But currently I enable it a lot. --- .config/vim/vimrc.d/30-settings.vim | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/vim/vimrc.d/30-settings.vim b/.config/vim/vimrc.d/30-settings.vim index d3a2fa3..205104c 100644 --- a/.config/vim/vimrc.d/30-settings.vim +++ b/.config/vim/vimrc.d/30-settings.vim @@ -74,8 +74,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 +" Wrap lines +set wrap +" When wrap is off, show a visual indicator that the lines continues set listchars+=extends:> " Keep current line away from top/bottom borders of the buffer when scrolling set scrolloff=15