X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/800bba6e8c13326e3dba6bc0b9c77cf8e88fa5be..3e043b9780dfffb1873a6ba8e6a015d1e38a24d3:/vim/vimrc 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