From 37029d52027e1f44db53d7eee4b41e7451036acf Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Tue, 14 Jan 2025 15:30:39 -0500 Subject: [PATCH] I can't believe I didn't know about vim's line breaks at word boundaries option --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index b06e0b4..ba6b970 100644 --- a/.vimrc +++ b/.vimrc @@ -303,6 +303,7 @@ set switchbuf=useopen,split set numberwidth=5 set showtabline=2 set winwidth=79 +set linebreak " Break wrapped text at word boundaries " Use abbreviations. set shortmess=a