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 mean if I set up "Go to next error" using ataman it's still not easy to press, say, Ctrl+E E(error) N(next) several times in a row.
I have no idea is it even possible, because, if I got it right, Ataman works by capturing a keyboard focus to it's "menu".
The text was updated successfully, but these errors were encountered:
Like in vim one could enter a number before command to repeat it n times. e.g. j is command to move down and 23j is move down 23 times. I could add support for that, but this case is mostly useful for text editing, not for high-level commands like "next error"
Or I could add an intellij action to repeat latest ataman command. Then you could bind it for shorcut of your choice to repeat. I think this is a much better solution for your problem
I mean if I set up "Go to next error" using ataman it's still not easy to press, say, Ctrl+E E(error) N(next) several times in a row.
I have no idea is it even possible, because, if I got it right, Ataman works by capturing a keyboard focus to it's "menu".
The text was updated successfully, but these errors were encountered: