-
Notifications
You must be signed in to change notification settings - Fork 31
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
If character is last in line, go to after character instead of before #38
Comments
👍 |
This is not the same thing, what I mean is that it stays jumping in front of the character, but when I'm aiming to jump to the last character I always find myself needing to jump to the end if its the last character only. So that I can easily hit backspace instead of right arrow -> backspace or the delete key. I'm not sure how many people have this problem, and perhaps they do just haven't reported it and doesn't bother them, but if this could easily be implemented via a setting that'd be nice thanks. |
But that's exactly what it does. It jumps as usual except for when you try to jump to a last character in a line. In that case it jumps behind it. All you need to do is set Or is there anything else I am missing ? |
Oh no, you're right I thought it was a setting to change it where it always jumps after the character thanks!!! |
I'm glad I could help 😃 |
For example:
call
ace_jump_char
Char:
;
I'm not sure how many people would prefer this, but could this be an option in the settings:
Its much easier to use backspace than the delete key if I want to delete the last character
The text was updated successfully, but these errors were encountered: