emacsIDEAs plugin release announcement
Hi guys,
I am glad to let you know emacsIDEAs plugin 1.1 is now released.
it's a plugin to porting some great extensions of emacs to Intellij IDEA. such as AceJump, CopyWithoutSelection.
Currently AceJump is supported.

Basic Usage:
- Normal jump demo C-L char
- Jump to line end C-L space
type space to show line end.
- Jump and Copy C-L char c marker_char
after markers show up, type 'c' to copy jump area.
- Jump and Paste C-L char p marker_char
after markers show up, type 'p' to paste clipboard contents to jump target position.
- Jump and Cut C-L char x marker_char
after markers show up, type x before marker_char to cut jump area.
- During jump, type ESC to exit.
Installation
Preferences... --> Plugins --> Browse repositories -> search "emacsIDEAs" to install
Links
http://hunmr.blogspot.com/2013/01/intellij-idea-plugin-emacsideas.html
http://plugins.intellij.net/plugin?pr=idea&pluginId=7163
请先登录再写评论。
Recently we have added more changes to the emacsIDEAs plugins.
1. more intuitive shortcut for Acejump.
Separate AceJump copy,cut,select command:
2. more copyWithoutSelection range indicator
Copy without selection:
3. new Highlight symbol function. with this action you can jump to next occurrence of current under caret word directly.
Highlight symbol:
Any feedbacks you can submit to https://jinshuju.net/f/51440e0b24290a4e8c017cce
Thanks.
I did not quite understand how that works (i never used emacs). Is there any video which explains the whole procedure of acejump and copywithoutselection?
hi @Alper, the tutorial Gifs are in https://github.com/whunmr/emacsIDEAs