AutoYADM commit: 2024-12-19 23:15:02
This commit is contained in:
parent
4876ab3d53
commit
072e51b1a7
1 changed files with 4 additions and 2 deletions
|
@ -14,7 +14,7 @@ local conf = {
|
|||
},
|
||||
modes = {
|
||||
char = {
|
||||
jump_labels = true,
|
||||
jump_labels = false,
|
||||
highlight = { backdrop = false },
|
||||
keys = { "f", "F", "t", "T" },
|
||||
char_actions = function(motion)
|
||||
|
@ -93,7 +93,9 @@ return {
|
|||
{
|
||||
"<c-s>",
|
||||
mode = { "n", "x", "o" },
|
||||
diagHL,
|
||||
function()
|
||||
diagHL()
|
||||
end,
|
||||
desc = "Toggle Flash Search",
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue