mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
disable folke/flash for 's' key
This commit is contained in:
parent
a0a25dbd5b
commit
dd4cc070d1
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ return {
|
|||
event = "VeryLazy",
|
||||
opts = {},
|
||||
keys = {
|
||||
{ "s", mode = { "n", "x", "o" }, function() require("flash").jump() end, desc = "Flash", },
|
||||
{ "s", mode = { "n", "x", "o" }, "s", desc = "", },
|
||||
{ "S", mode = { "n", "o", "x" }, function() require("flash").treesitter() end, desc = "Flash Treesitter", },
|
||||
{ "r", mode = "o", function() require("flash").remote() end, desc = "Remote Flash", },
|
||||
{ "R", mode = { "o", "x" }, function() require("flash").treesitter_search() end, desc = "Treesitter Search", },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue