-
Not sure if it's like this for all keys but when i do as follows: {
silent = true,
{ "yr", group = "Replace", icon = "" },
{ "yrw", "yiw:s/\\C\\<<C-R>0\\>/", desc = "Replace word" },
{ "yrW", "yiW:s/\\C\\<<C-R>0\\>/", desc = "Replace word" },
{ "yre", "ye:s/\\C\\<<C-R>0\\>/", desc = "Replace word" },
{ "yrE", "yE:s/\\C\\<<C-R>0\\>/", desc = "Replace word" },
} I do not see the group |
Beta Was this translation helpful? Give feedback.
Answered by
folke
Jul 14, 2024
Replies: 1 comment 7 replies
-
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In some cases, a keymap can be defined as a normal mode (like
gcc
) and an omap (likegc
).If that's the case here, then your user mappings must reflect this.