Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 1.7 KB

README.md

File metadata and controls

53 lines (43 loc) · 1.7 KB

VsNerdX (2.4.0)

NERDTree inspired Solution Explorer for Visual Studio. It integrates VIM bindings for tree navigation and manipulation into Visual Studio's hierarchy windows.

Install

Follow the instructions on Visual Studio Marketplace or use Tools / Extensions and Updates

If building from source, use the resulting VsNerdX.vsix.

Currently supported Visual Studio versions are 2017, 2019, and 2022.

Usage

Directory node mappings

  • o - open & close node
  • O - recursively open node
  • x - close parent of node
  • X - close all child nodes
           of current node recursively

File node mappings

  • <Enter> - open file
  • go - preview file
  • i - open split
  • s - open vertical split

Tree navigation mappings

  • P - go to parent
  • j - go to next sibling
  • J - go to last child
  • k - go to prev sibling
  • K - go to first child
  • gg - go to top
  • G - go to bottom

Node editing mappings

  • dd - delete
  • cc - cut
  • yy - copy
  • yp - copy full path
  • yw - copy visible text
  • p - paste
  • r - rename

Tree filtering mappings

  • I - toggle show all files

Other mappings

  • / - enter find mode - stops all processing of keys with the exception of Esc
  • Esc - exit find mode - resumes handling of navigation keys
  • ? - toggle help

Providing Feedback