Explorar o código

fix vim wrapping being activated by remap

Weiyi Lou %!s(int64=13) %!d(string=hai) anos
pai
achega
38f2354fdb
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      vim/vimrc

+ 1 - 0
vim/vimrc

@@ -84,6 +84,7 @@ set shiftround      " indent to nearest tabstops
 set shiftwidth=2    " amount to indent with > and <
 set smarttab        " backspace tabs where appropriate even if spaces
 set softtabstop=2   " let backspace delete by indents
+set nowrap          " do not wrap long lines of text
 set backspace=eol,start,indent "backspace over everything
 set textwidth=80    " try to keep text within 80 characters
 set colorcolumn=+1  " mark out the limits of the textwidth