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

If character is last in line, go to after character instead of before #38

Closed
eorroe opened this issue Feb 8, 2016 · 5 comments
Closed

Comments

@eorroe
Copy link

eorroe commented Feb 8, 2016

For example:

console.log('logging');

call ace_jump_char

Char: ;

console.log('logging');|

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

@stoivo
Copy link

stoivo commented Feb 9, 2016

👍

@eorroe
Copy link
Author

eorroe commented Oct 13, 2016

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.

@ice9js
Copy link
Owner

ice9js commented Oct 13, 2016

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 jump_behind_last_characters to true. It's turned off by default.

Or is there anything else I am missing ?

@eorroe
Copy link
Author

eorroe commented Oct 13, 2016

Oh no, you're right I thought it was a setting to change it where it always jumps after the character thanks!!!

@ice9js
Copy link
Owner

ice9js commented Oct 13, 2016

I'm glad I could help 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants