whunmr / emacsIDEAs

Porting some great extensions of emacs to Intellij IDEA. such as AceJump, CopyWithoutSelection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: enter "esc" to escape from jumping mode.

xdidi3r opened this issue · comments

When I accidentally press the shortcut key, i was forced to type some letters to escape from the jumping mode and jump to where I do not want to go. I hope that i can press "esc" instead of typing some letters.
Thanks for your great job. This Plugin becomes an indispensable tool for me. So i hope it gets better.

commented

hi @xdidi3r, Thanks for using this plugin.

I think we already have this feature.

Which application are you using, IntelliJ IDEA or Clion or PyCharm?
And which version of this plugin are you using?

Well, I found that the "IdeaVim" will destroy this feature.

When I use acejump in visual mode, the "esc" not work for emacsideas.

commented

try the latest new version: 1.4.6

--- fix 'esc' key can not exit jump mode if ideaVim is activated and in visual mode.
--- To exit jump mode now we can press, ESC, SEMICOLON, or SPACE.

In this version, I can press SEMICOLON or SPACE to exit jump mode. But ESC still does not work.

commented

Yes, the SEMICOLON and SPACE is the fix.
Also i find that SPACE is easier to press than ESC. :)

I prefer the SPACE too. Thanks!