Disable line wrapping in vim by default

This commit is contained in:
Talia 2019-07-05 10:44:04 +02:00
parent d95ca43fb5
commit 352f7756d6
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -79,7 +79,7 @@ set smartindent
set smarttab set smarttab
set gdefault set gdefault
set wrap " set wrap
set breakat=\ .,{ set breakat=\ .,{
au BufEnter,BufRead * set linebreak au BufEnter,BufRead * set linebreak
set display+=lastline set display+=lastline