Compare commits

..
Author SHA1 Message Date
chylex 063ed0aa84 Set plugin version to chylex-32 2024-04-27 09:47:02 +02:00
chylex fccfe0c2ea Revert "Factor disposable objects on editor opening"
This reverts commit 1fa78935
2024-04-27 09:47:02 +02:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ ideaVersion=2024.1
ideaType=IC
downloadIdeaSources=true
instrumentPluginCode=true
version=chylex-33
version=chylex-32
javaVersion=17
remoteRobotVersion=0.11.22
antlrVersion=4.10.1
@@ -421,12 +421,12 @@ internal class NerdTree : VimExtension {
)
registerCommand(
"NERDTreeMapJumpNextSibling",
"<A-J>",
"<C-J>",
NerdAction.ToIj("Tree-selectNextSibling"),
)
registerCommand(
"NERDTreeMapJumpPrevSibling",
"<A-K>",
"<C-K>",
NerdAction.ToIj("Tree-selectPreviousSibling"),
)
registerCommand(