mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2024-11-25 07:42:59 +01:00
Compare commits
2 Commits
063ed0aa84
...
30de641513
Author | SHA1 | Date | |
---|---|---|---|
30de641513 | |||
d1b58c9d39 |
@ -14,7 +14,7 @@ ideaVersion=2024.1
|
||||
ideaType=IC
|
||||
downloadIdeaSources=true
|
||||
instrumentPluginCode=true
|
||||
version=chylex-32
|
||||
version=chylex-33
|
||||
javaVersion=17
|
||||
remoteRobotVersion=0.11.22
|
||||
antlrVersion=4.10.1
|
||||
|
@ -421,12 +421,12 @@ internal class NerdTree : VimExtension {
|
||||
)
|
||||
registerCommand(
|
||||
"NERDTreeMapJumpNextSibling",
|
||||
"<C-J>",
|
||||
"<A-J>",
|
||||
NerdAction.ToIj("Tree-selectNextSibling"),
|
||||
)
|
||||
registerCommand(
|
||||
"NERDTreeMapJumpPrevSibling",
|
||||
"<C-K>",
|
||||
"<A-K>",
|
||||
NerdAction.ToIj("Tree-selectPreviousSibling"),
|
||||
)
|
||||
registerCommand(
|
||||
|
Loading…
Reference in New Issue
Block a user