From 0ef3cd3723b1ca3a68e0d460737df97ef5a57b60 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Mon, 12 Dec 2022 11:21:27 +0100 Subject: [PATCH] vim:setts: Turn off line wrapping --- .config/vim/vimrc.d/30-settings.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/vim/vimrc.d/30-settings.vim b/.config/vim/vimrc.d/30-settings.vim index 36a91ad..3f206f7 100644 --- a/.config/vim/vimrc.d/30-settings.vim +++ b/.config/vim/vimrc.d/30-settings.vim @@ -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