Revert inccommand options
parent
e208d038e9
commit
9f194e4e85
|
@ -26,7 +26,7 @@ opt.showcmd = true -- Display incomplete commands
|
||||||
opt.incsearch = true -- Do incremental searching
|
opt.incsearch = true -- Do incremental searching
|
||||||
opt.autoread = true -- Reload files changed outside
|
opt.autoread = true -- Reload files changed outside
|
||||||
opt.hidden = true -- Allow leaving unsaved buffers
|
opt.hidden = true -- Allow leaving unsaved buffers
|
||||||
opt.inccommand = "split" -- Enable live preview of text replacement
|
opt.inccommand = "nosplit" -- Enable live preview of text replacement
|
||||||
opt.hlsearch = true
|
opt.hlsearch = true
|
||||||
opt.mouse = "a"
|
opt.mouse = "a"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue