vim:setts: Turn off line wrapping
This commit is contained in:
@@ -66,6 +66,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
|
||||||
|
set nowrap
|
||||||
|
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
|
||||||
" Enable mouse
|
" Enable mouse
|
||||||
|
|||||||
Reference in New Issue
Block a user