File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,10 @@ local groups = {}
6565local mappings = {}
6666local vmappings = {}
6767
68+ -- search
69+ nmap (" /" , " <CMD>SearchBoxIncSearch<CR>" , { remap = true })
70+ nmap (" ?" , " <CMD>SearchBoxIncSearch reverse=true<CR>" , { remap = true })
71+
6872-- comments
6973nmap (" ;;" , " gcc" , { remap = true })
7074nmap (" ;A" , " gcA" , { remap = true })
Original file line number Diff line number Diff line change @@ -26,13 +26,22 @@ return {
2626 end ,
2727 },
2828
29+ -- floating command line
2930 {
3031 " VonHeikemen/fine-cmdline.nvim" ,
3132 dependencies = {
3233 { " MunifTanjim/nui.nvim" },
3334 },
3435 },
3536
37+ -- floating search
38+ {
39+ " VonHeikemen/searchbox.nvim" ,
40+ requires = {
41+ { " MunifTanjim/nui.nvim" },
42+ },
43+ },
44+
3645 -- git
3746 {
3847 " kdheepak/lazygit.nvim" ,
You can’t perform that action at this time.
0 commit comments