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
|
" Show whitespace characters
|
||||||
set list
|
set list
|
||||||
set listchars=tab:>·
|
set listchars=tab:>·
|
||||||
" Do no wrap lines, but show a visual indicator that the lines continues
|
" Wrap lines
|
||||||
set nowrap
|
set wrap
|
||||||
|
" When wrap is off, show a visual indicator that the lines continues
|
||||||
set listchars+=extends:>
|
set listchars+=extends:>
|
||||||
" Keep current line away from top/bottom borders of the buffer when scrolling
|
" Keep current line away from top/bottom borders of the buffer when scrolling
|
||||||
set scrolloff=15
|
set scrolloff=15
|
||||||
|
|||||||
Reference in New Issue
Block a user