AutoYADM commit: 2024-12-19 23:15:02

This commit is contained in:
Daniel Fichtinger 2024-12-19 23:15:02 -05:00
parent 4876ab3d53
commit 072e51b1a7

View file

@ -14,7 +14,7 @@ local conf = {
}, },
modes = { modes = {
char = { char = {
jump_labels = true, jump_labels = false,
highlight = { backdrop = false }, highlight = { backdrop = false },
keys = { "f", "F", "t", "T" }, keys = { "f", "F", "t", "T" },
char_actions = function(motion) char_actions = function(motion)
@ -93,7 +93,9 @@ return {
{ {
"<c-s>", "<c-s>",
mode = { "n", "x", "o" }, mode = { "n", "x", "o" },
diagHL, function()
diagHL()
end,
desc = "Toggle Flash Search", desc = "Toggle Flash Search",
}, },
}, },