Revert inccommand options

main
Ensar Sarajčić 2022-05-04 16:37:27 +02:00
parent e208d038e9
commit 9f194e4e85
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ opt.showcmd = true -- Display incomplete commands
opt.incsearch = true -- Do incremental searching
opt.autoread = true -- Reload files changed outside
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.mouse = "a"