feat(options): set virtualedit=block by default

This commit is contained in:
Folke Lemaitre 2023-10-09 17:49:00 +02:00
parent 9670c8a400
commit 6b857f1de6
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -43,6 +43,7 @@ opt.timeoutlen = 300
opt.undofile = true
opt.undolevels = 10000
opt.updatetime = 200 -- Save swap file and trigger CursorHold
opt.virtualedit = "block" -- Allow cursor to move where there is no text in visual block mode
opt.wildmode = "longest:full,full" -- Command-line completion mode
opt.winminwidth = 5 -- Minimum window width
opt.wrap = false -- Disable line wrap