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 would like the ability to repeat the last search in the same mode I did it with a hotkey. Allowing me to just type the next matching occurence of interest.
The text was updated successfully, but these errors were encountered:
Can't believe this is not yet a feature, instead of typing last search from scratch, you would just press n/N (or some other hotkey as this one is already reserved by IdeaVim) to cycle Forward/Backward through occurrences.
PRs welcome! To implement this functionality, one would need to add two new actions (forward and backward). After any AceJump action is completed, the reset is called, where you would need to store the last query and the jump mode. Finally, an integration test would be welcome.
I would like the ability to repeat the last search in the same mode I did it with a hotkey. Allowing me to just type the next matching occurence of interest.
The text was updated successfully, but these errors were encountered: