You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using dial.nvim alongside mini.clue and have recently noticed that <C-a> in visual mode doesn't work. In normal mode <C-a> works, and <C-x> work in both modes.
I believe monaqa/dial.nvim#95 should resolve this. Using :normal! ... instead of :normal ... is indeed a preferred way to execute some default Normal mode functionality.
Contributing guidelines
Module(s)
mini.clue
Description
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>
work in both modes.When I comment out
g
triggers, it works again.I have also opened similar issue with
dial.nvim
: monaqa/dial.nvim#94MWE:
Neovim version
0.10.0
The text was updated successfully, but these errors were encountered: