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