AceJump
AceJump copied to clipboard
Option to use arrows to cycle ENTER results
I know that there is a behaviour already on the arrow keys but I never really had a use for those jump modes. The new cycle thing with ENTER however, I have found great utility in it. This morning, I had the idea that it would be much easier to navigate these results with the arrow keys instead. UP/DOWN to go up and down in occurrences from the current location of the caret, and LEFT/RIGHT would cancel out. Alternatively, the existing arrow key functionalities could be kept and instead they could only activate when the search buffer is clear.
Hey, I'm glad to hear you like the new cyclical Enter functionality. Since the →/←/↑ keys are already bound to the specific line mode actions, adding this feature will depend on #234 (although we could overload these keys depending on the search buffer's contents, this is a good suggestion). For now, you can use Enter to skip forward and Shift+Enter to skip backwards, and whichever key is bound to the editor action "Escape" (Esc by default) to exit navigation navigation and jump to the currently selected tag. To scroll to the next screenful, simply press Tab. Thank you for the feedback!