diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-21 22:14:17 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-21 22:14:17 +0200 |
commit | a5a5210d16c865619bf6c9295dd151af435f8a1d (patch) | |
tree | ce8148667dba1f29d3c7d38df7e2e392ee534600 | |
parent | 02532c86364d9103a22789e4fb6a7ba6ef8dbf85 (diff) | |
download | dotfiles-a5a5210d16c865619bf6c9295dd151af435f8a1d.tar.xz |
vim: enable linebreak
-rw-r--r-- | vim/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |