Skip to content

Commit 9a11153

Browse files
committed
Remove floating search
1 parent 0117399 commit 9a11153

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

config/nvim/lua/config/keymaps.lua

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ local groups = {}
6565
local mappings = {}
6666
local vmappings = {}
6767

68-
-- search
69-
nmap("/", "<CMD>SearchBoxIncSearch<CR>", { remap = true })
70-
nmap("?", "<CMD>SearchBoxIncSearch reverse=true<CR>", { remap = true })
71-
7268
-- comments
7369
nmap(";;", "gcc", { remap = true })
7470
nmap(";A", "gcA", { 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)