We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0117399 commit 9a11153Copy full SHA for 9a11153
config/nvim/lua/config/keymaps.lua
@@ -65,10 +65,6 @@ local groups = {}
65
local mappings = {}
66
local vmappings = {}
67
68
--- search
69
-nmap("/", "<CMD>SearchBoxIncSearch<CR>", { remap = true })
70
-nmap("?", "<CMD>SearchBoxIncSearch reverse=true<CR>", { remap = true })
71
-
72
-- comments
73
nmap(";;", "gcc", { remap = true })
74
nmap(";A", "gcA", { remap = true })
config/nvim/lua/plugins/plugins.lua
@@ -33,15 +33,6 @@ return {
33
{ "MunifTanjim/nui.nvim" },
34
},
35
36
37
- -- floating search
38
- {
39
- "VonHeikemen/searchbox.nvim",
40
- requires = {
41
- { "MunifTanjim/nui.nvim" },
42
- },
43
44
45
-- git
46
{
47
"kdheepak/lazygit.nvim",
0 commit comments