Skip to content
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

Any plans to introduce repetitive commands? #2

Closed
Ed-Pavlov opened this issue Oct 8, 2021 · 3 comments
Closed

Any plans to introduce repetitive commands? #2

Ed-Pavlov opened this issue Oct 8, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@Ed-Pavlov
Copy link

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".

@Mishkun
Copy link
Owner

Mishkun commented Oct 11, 2021

It could be possible to implement in two ways:

  1. 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"
  2. 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

@Ed-Pavlov
Copy link
Author

The option "2" looks more solid for me.
Thanks again for your plugin, it's awesome :)

@Mishkun Mishkun added the enhancement New feature or request label Oct 12, 2021
@Aneeqasif
Copy link

any updates on it?

@Mishkun Mishkun closed this as completed in a64c15d Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants