mirror of
https://github.com/chylex/IntelliJ-Keyboard-Master.git
synced 2025-04-29 11:34:04 +02:00
Release version 0.5.0
This commit is contained in:
parent
5ca46cf8b2
commit
381db0e664
@ -8,7 +8,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = "com.chylex.intellij.keyboardmaster"
|
group = "com.chylex.intellij.keyboardmaster"
|
||||||
version = "0.4.1"
|
version = "0.5.0"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
Collection of keyboard-centric additions.
|
Collection of keyboard-centric additions.
|
||||||
<ul>
|
<ul>
|
||||||
<li>Code completion items can be jumped to using customizable characters (numbers by default).</li>
|
<li>Code completion items can be jumped to using customizable characters (numbers by default).</li>
|
||||||
|
<li>Vim-style navigation in lists / trees / tables.</li>
|
||||||
<li>Action to go to next/previous highlighted error in other mode.</li>
|
<li>Action to go to next/previous highlighted error in other mode.</li>
|
||||||
<li>Action to go to next/previous type in file.</li>
|
<li>Action to go to next/previous type in file.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user