mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-16 20:34:39 +02:00
feat(options): set virtualedit=block
by default
This commit is contained in:
parent
9670c8a400
commit
6b857f1de6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue