aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-04-21 22:14:17 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-04-21 22:14:17 +0200
commita5a5210d16c865619bf6c9295dd151af435f8a1d (patch)
treece8148667dba1f29d3c7d38df7e2e392ee534600 /vim
parent02532c86364d9103a22789e4fb6a7ba6ef8dbf85 (diff)
downloaddotfiles-a5a5210d16c865619bf6c9295dd151af435f8a1d.tar.xz
vim: enable linebreak
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc1
1 files changed, 1 insertions, 0 deletions
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 <space> <Leader>