From 370d067a18d3f3ae7dabd9f33077b4570597aa82 Mon Sep 17 00:00:00 2001 From: Joseph Kocherhans Date: Thu, 17 Nov 2011 20:27:51 -0600 Subject: [PATCH] Set linebreak for soft-wrapping at word boundaries instead of character boundaries. --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index 539529f..ad85dd8 100755 --- a/vimrc +++ b/vimrc @@ -14,6 +14,8 @@ syntax on set noerrorbells +set linebreak " soft-wrap at word boundaries + " highlight searches and make them case insensetive if no caps are used set hls is ic scs