AlexPl292 / IdeaVim-EasyMotion

EasyMotion emulation plugin for IdeaVim

Home Page:https://plugins.jetbrains.com/plugin/13360-ideavim-easymotion/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tags longer than necessary

bmurauer opened this issue · comments

I have used easymotion in vim for a long time, and I noticed that the shortcut tags in the ideavim-version are often longer than the original easymotion.
For example, in this xml file, the cursor is on line 12 and i trigger easymotion-bd-jk, the following tags are shown:
image

Compared to the same file, cursor position and command opened in vim with regular easymotion:
image

The original easymotion seems to allow navigation to closer by lines with one character, and only adds more characters the farther away you want to navigate. Is this something that would be possible for ideavim-easymotion as well?

Hi there! The tags are actually provided by acejump plugin and not controlled by IdeaVim-EasyMotion. You can move this ticket there: https://github.com/acejump/AceJump

Here's a related issue in from the AceJump repo with some suggestions to improve the tags: acejump/AceJump#378