mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +02:00
feat(flash): use c-s in the cmdline to toggle flash
This commit is contained in:
parent
baa9614022
commit
22c9477b96
1 changed files with 8 additions and 0 deletions
|
@ -40,6 +40,14 @@ return {
|
||||||
end,
|
end,
|
||||||
desc = "Treesitter Search",
|
desc = "Treesitter Search",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"<c-s>",
|
||||||
|
mode = { "c" },
|
||||||
|
function()
|
||||||
|
require("flash").toggle()
|
||||||
|
end,
|
||||||
|
desc = "Toggle Flash Search",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue