From: Samir Benmendil Date: Thu, 27 Mar 2014 00:25:56 +0000 (+0000) Subject: vimrc: don't wrap anymore X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/3e043b9780dfffb1873a6ba8e6a015d1e38a24d3?ds=inline;hp=800bba6e8c13326e3dba6bc0b9c77cf8e88fa5be vimrc: don't wrap anymore --- diff --git a/vim/vimrc b/vim/vimrc index 74889e2..7ef205b 100644 --- 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