From a7ca3deb0e777db0752fdaaebd6e08a4475beb0b Mon Sep 17 00:00:00 2001 From: ADoyle Date: Tue, 18 Jun 2024 17:38:25 +0800 Subject: [PATCH] fix: do not split the preview window when substitute --- lua/one/plugins/vim-options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/one/plugins/vim-options.lua b/lua/one/plugins/vim-options.lua index b24e7f5..1537299 100644 --- a/lua/one/plugins/vim-options.lua +++ b/lua/one/plugins/vim-options.lua @@ -111,7 +111,7 @@ default.opt = { -- Searching ignorecase = true, -- case insensitive searching smartcase = true, -- case-sensitive if expresson contains a capital letter - inccommand = 'split', -- neovim feature: live preview + inccommand = 'nosplit', -- neovim feature: live preview -- Error Bell errorbells = false,