X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/800bba6e8c13326e3dba6bc0b9c77cf8e88fa5be..4455d479ce77e19d8a4944a2444069a477c92ecb:/vim/vimrc?ds=sidebyside diff --git a/vim/vimrc b/vim/vimrc index 74889e2..8728936 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 @@ -150,6 +150,7 @@ vnoremap s set showcmd " Show (partial) command in status line. set ruler " show the cursor position all the time set confirm " Ask what to do when closing unsaved documents +set shortmess=filnxtoOI " don't show intro message " editing text {{{1 set backspace=indent,eol,start " allow backspacing over everything in insert mode