-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<C-a> somehow conflicts with mini.clue
#94
Comments
Reproduced the problem, and it helped me to determine the cause. Thanks for the report. dial.nvim uses the command |
@simonmandlik #95 should fix the problem. Could you try the following configuration, update the plugin (with local plugins = {
- "monaqa/dial.nvim",
+ { "monaqa/dial.nvim", branch = "fix-cmd_normal_bang" },
{
"echasnovski/mini.clue",
opts = function()
return {
triggers = {
{ mode = "n", keys = "g" },
{ mode = "v", keys = "g" },
},
}
end,
},
} |
Thanks for the quick fix! Preferring |
Yes, I can confirm the fix works, thanks! |
I am using
dial.nvim
alongsidemini.clue
and have recently noticed that<C-a>
in visual mode doesn't work. In normal mode<C-a>
works, and<C-x>
(and alsog*
variants) work in both modes.I have also opened similar issue with
mini.clue
: echasnovski/mini.nvim#1059MWE:
The text was updated successfully, but these errors were encountered: