VIM: Stops vim wrapping mid word
This commit is contained in:
parent
be84812aaa
commit
ed19fc413b
1 changed files with 3 additions and 0 deletions
|
@ -31,3 +31,6 @@ set tabstop=4
|
|||
|
||||
" Add invisivle character reperesentation
|
||||
set list listchars=tab:»\ ,trail:\␣,eol:↩
|
||||
|
||||
" Stops vim wrapping in the middle of a word
|
||||
set linebreak
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue