-
Notifications
You must be signed in to change notification settings - Fork 8
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
Jump also selects text #86
Comments
Do you use capital letters for a jump? You should use lowercase letters. |
Thanks. Using lowercase works. I used capital because the overlay char shows in capital. That could be feature that I misunderstand. |
@breandan this is not the first time I have seen users using the uppercase letters. Have you seen the same bugs? Maybe we can use lowercase letters on labels? |
Yes, we have a feature request along these lines which should be fairly simple to implement. The only tricky part is that lower case letters have different bounding boxes, so changes to |
After jumping, for example, with easymotion-s, the text is also selected.
Before jump. Cursor is on "sed".
After use easymotion-s2 with chars "LA". The text is also highlighted.
My mapping is:
nmap (easymotion-s2)
I also spotted a similar issue on stackoverflow,
https://stackoverflow.com/questions/60491336/why-ideavim-easymotion-plugin-for-pycharm-selects-the-text-between-cursors-inste
The text was updated successfully, but these errors were encountered: