Skip to content

Commit

Permalink
added rename functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
kun-codes authored and AlexPl292 committed Jul 12, 2024
1 parent dd892e7 commit 64f7532
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ internal class NerdTree : VimExtension {
registerCommand("NERDTreeMapDelete", "d", NerdAction.ToIj("\$Delete"))
registerCommand("NERDTreeMapCopy", "y", NerdAction.ToIj("\$Copy"))
registerCommand("NERDTreeMapPaste", "v", NerdAction.ToIj("\$Paste"))
registerCommand("NERDTreeMapRename", "<C-r>", NerdAction.ToIj("RenameElement"))
registerCommand("NERDTreeMapRefreshRoot", "R", NerdAction.ToIj("Synchronize"))
registerCommand("NERDTreeMapMenu", "m", NerdAction.ToIj("ShowPopupMenu"))
registerCommand("NERDTreeMapQuit", "q", NerdAction.ToIj("HideActiveWindow"))
Expand Down

0 comments on commit 64f7532

Please sign in to comment.