Jelajahi Sumber

make wrap not break most words

cinaeco 15 tahun lalu
induk
melakukan
07a8417652
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      vim/vimrc

+ 1 - 1
vim/vimrc

@@ -33,7 +33,7 @@ set softtabstop=4 " let backspace delete indent
 set expandtab "change to single spaces
 set autoindent "use last line to set next indent
 set smartindent "guess harder, based on C-like language
-set wrap "wrap long lines of text
+set wrap lbr "wrap long lines of text
 
 " Set backspace config
 set backspace=eol,start,indent