I can't believe I didn't know about vim's line breaks at word boundaries option

This commit is contained in:
Michael Campagnaro 2025-01-14 15:30:39 -05:00
parent 49b6622b70
commit 37029d5202

1
.vimrc
View File

@ -303,6 +303,7 @@ set switchbuf=useopen,split
set numberwidth=5 set numberwidth=5
set showtabline=2 set showtabline=2
set winwidth=79 set winwidth=79
set linebreak " Break wrapped text at word boundaries
" Use abbreviations. " Use abbreviations.
set shortmess=a set shortmess=a