summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-06-16 07:10:25 +0200
committerMartin Fischer <martin@push-f.com>2025-06-18 21:00:43 +0200
commitf2a1ac7744b95f8913a46dd5b535bfcb4cf1a06f (patch)
tree0e9de37f5109f0d657e8d92e74bd4ef6410623b7
parent04959cf36110c9687edb94734239e8cf9d36d5b1 (diff)
fix(vim): set linebreak
-rw-r--r--user/vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/user/vim/vimrc b/user/vim/vimrc
index b65deb0..8c85c4e 100644
--- a/user/vim/vimrc
+++ b/user/vim/vimrc
@@ -1,4 +1,7 @@
syntax on
+" Don't break words in the middle.
+set linebreak
+
" Enable pasting with middle mouse click in insert mode.
set mouse=