Skip to content

Commit e24e716

Browse files
committed
Remove floating search
1 parent 0117399 commit e24e716

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

config/nvim/lua/config/keymaps.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ local mappings = {}
6666
local vmappings = {}
6767

6868
-- search
69-
nmap("/", "<CMD>SearchBoxIncSearch<CR>", { remap = true })
70-
nmap("?", "<CMD>SearchBoxIncSearch reverse=true<CR>", { remap = true })
69+
nmap("/", "<CMD>SearchBoxIncSearch clear_matches=false<CR>", { remap = true })
70+
nmap("?", "<CMD>SearchBoxIncSearch clear_matches=false reverse=true<CR>", { remap = true })
7171

7272
-- comments
7373
nmap(";;", "gcc", { remap = true })

config/nvim/lua/plugins/plugins.lua

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,6 @@ return {
3333
{ "MunifTanjim/nui.nvim" },
3434
},
3535
},
36-
37-
-- floating search
38-
{
39-
"VonHeikemen/searchbox.nvim",
40-
requires = {
41-
{ "MunifTanjim/nui.nvim" },
42-
},
43-
},
44-
4536
-- git
4637
{
4738
"kdheepak/lazygit.nvim",

0 commit comments

Comments
 (0)