Set whichwrap in vim.
This commit is contained in:
parent
e3daba2764
commit
17d187c111
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ opt.hlsearch = false
|
||||||
opt.shiftround = true
|
opt.shiftround = true
|
||||||
opt.relativenumber = false
|
opt.relativenumber = false
|
||||||
opt.wrap = true
|
opt.wrap = true
|
||||||
|
opt.whichwrap = ''
|
||||||
opt.writebackup = false
|
opt.writebackup = false
|
||||||
|
|
||||||
opt.clipboard = ""
|
opt.clipboard = ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue