From 3e043b9780dfffb1873a6ba8e6a015d1e38a24d3 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 27 Mar 2014 00:25:56 +0000 Subject: [PATCH] vimrc: don't wrap anymore --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.48.1