File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ local mappings = {}
6666local 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
7373nmap (" ;;" , " gcc" , { remap = true })
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments