]> git.rmz.io Git - dotfiles.git/blobdiff - vim/vimrc
vimrc: don't wrap anymore
[dotfiles.git] / vim / vimrc
index 74889e23fd98b7cf5c503f62aec4a7ab304f3ced..7ef205bc2b558ac33bf283cc546f07050bb4da52 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -64,7 +64,7 @@ set path=.,**           " current + subdirectory search for :find, :grep:, ...
 
 " displaying text {{{1
 set scrolloff=5                 " number of screen lines to show around the cursor
-set wrap                        " long lines wrap
+set nowrap                      " long lines wrap
 set linebreak                   " wrap long lines at a character in 'breakat'
 set showbreak=▒▒                " show these chars for wrapped lines