typo and changed grep text for w(ord)
This commit is contained in:
parent
3af369e397
commit
d5652f6685
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ return {
|
|||
end,
|
||||
desc = " Find Text",
|
||||
icon = " ",
|
||||
key = "g",
|
||||
key = "w",
|
||||
},
|
||||
{
|
||||
action = function()
|
||||
|
|
|
@ -150,7 +150,7 @@ return {
|
|||
keywords = {
|
||||
NOTE = { icon = " ", color = "hint", alt = { "TIP" } },
|
||||
INFO = { icon = " ", color = "info", alt = { "INFORMATION", "IMPORTANT" } },
|
||||
ERROR = { icon = " ", color = "error", alt = { "ERR", "CAUTIOIN" } },
|
||||
ERROR = { icon = " ", color = "error", alt = { "ERR", "CAUTION" } },
|
||||
WARNING = { icon = " ", color = "warning", alt = { "WARN", "WHY" } },
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue