feat(flash): use c-s in the cmdline to toggle flash

This commit is contained in:
Folke Lemaitre
2023-07-06 15:51:29 +02:00
parent baa9614022
commit 22c9477b96

View File

@ -40,6 +40,14 @@ return {
end,
desc = "Treesitter Search",
},
{
"<c-s>",
mode = { "c" },
function()
require("flash").toggle()
end,
desc = "Toggle Flash Search",
},
},
},
{