Skip to content

Commit

Permalink
refactor: release initial java version 1.0.0
Browse files Browse the repository at this point in the history
Close #10
  • Loading branch information
a690700752 committed Aug 18, 2019
1 parent 9631407 commit 05de747
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# KJump
A simplify plugin ported from vim-EasyMotion plugin for Intellij Platform IDE. Can be integrated with IdeaVim.
Support character, word, line jump.

A simplify plugin ported from vim-EasyMotion plugin for Intellij Platform IDE. And can be integrated with IdeaVim.

## Usage
There are no default activated shortcuts. You can assign KJump activation shortcuts in `Settings->Keymap->KJump` menu, such as `<c-,>` `<c-;>` etc, or integrate with IdeaVim by add below section in ~/.ideavimrc:

```vimrc
Expand Down
7 changes: 4 additions & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
<idea-plugin>
<id>com.werfad</id>
<name>KJump</name>
<version>0.0.6</version>
<version>1.0.0</version>

<description><![CDATA[
A simplify plugin ported from vim-EasyMotion plugin for Intellij Platform IDE. And can be integrated with IdeaVim.<br>
<br>
There are no default activated shortcut.
Support character, word, line jump. There are no default activated shortcut.
You can assign KJump activation shortcuts in Settings->Keymap->KJump menu, such as &lt;c-,&gt; &lt;c-;&gt; etc,
or integrate with IdeaVim by add below section in ~/.ideavimrc:<br>
nmap &lt;leader&gt;&lt;leader&gt;s :action KJumpAction<cr><br>
<a href="https://github.com/a690700752/KJump">Goto Github to see more.</a><br>
<a href="https://github.com/a690700752/KJump">Github see more usage</a><br>
<br>
]]></description>

<change-notes><![CDATA[
* v1.0.0 add color configure for each keystroke character. refactor to java <br/>
* v0.0.5 add smartcase feature. <br/>
* v0.0.4 add user config for characters and colors. <br/>
* v0.0.3 add features: word0 jump, word1 jump, and line jump<br>
Expand Down

0 comments on commit 05de747

Please sign in to comment.