vim: linebreak

This commit is contained in:
Michael Grote 2021-07-02 17:34:35 +02:00
parent 593a61d43a
commit 28b240c1f0

1
.vimrc
View file

@ -43,6 +43,7 @@ set showcmd " Show (partial) command in status line.
set showbreak=+++ set showbreak=+++
set textwidth=100 set textwidth=100
set autoindent set autoindent
set wrap linebreak "https://vim.fandom.com/wiki/Automatic_word_wrapping
set virtualedit=onemore set virtualedit=onemore
set showmatch " When a bracket is inserted, briefly jump to the matching 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 " one. The jump is only done if the match can be seen on the