aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
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>