From 28b240c1f0d47ca981cf9caf6fb1cc3b5268dd88 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 2 Jul 2021 17:34:35 +0200 Subject: [PATCH] vim: linebreak --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index fa42e76..563f0d7 100644 --- a/.vimrc +++ b/.vimrc @@ -43,6 +43,7 @@ set showcmd " Show (partial) command in status line. set showbreak=+++ set textwidth=100 set autoindent +set wrap linebreak "https://vim.fandom.com/wiki/Automatic_word_wrapping set virtualedit=onemore set showmatch " When a bracket is inserted, briefly jump to the matching " one. The jump is only done if the match can be seen on the