vim:setts: Re-enable 'wrap'
I don't remember why I turned it off. But currently I enable it a lot.
This commit is contained in:
@@ -74,8 +74,9 @@ endif
|
||||
" Show whitespace characters
|
||||
set list
|
||||
set listchars=tab:>·
|
||||
" Do no wrap lines, but show a visual indicator that the lines continues
|
||||
set nowrap
|
||||
" Wrap lines
|
||||
set wrap
|
||||
" When wrap is off, show a visual indicator that the lines continues
|
||||
set listchars+=extends:>
|
||||
" Keep current line away from top/bottom borders of the buffer when scrolling
|
||||
set scrolloff=15
|
||||
|
||||
Reference in New Issue
Block a user