From a5a5210d16c865619bf6c9295dd151af435f8a1d Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 21 Apr 2015 22:14:17 +0200 Subject: vim: enable linebreak --- vim/vimrc | 1 + 1 file changed, 1 insertion(+) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index 6a0b901..ed28bff 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -57,6 +57,7 @@ set shortmess+=I " don't show the nag-screen set encoding=utf-8 " oh please, like this needs explanation set showcmd " Show partial command in the last line of the screen set scrolloff=1 " Minimum number of screen lines under/above the cursor +set linebreak " Don’t wrap lines in the middle of a word " Use space as a leader map -- cgit v1.2.3-54-g00ecf