node ninja
node ninja

Reputation: 33056

How to launch a program from NERDtree

Whenever I try to launch a program from NERDtree it opens it for editing. What if I want to run the program instead? How can that be done?

Upvotes: 2

Views: 320

Answers (1)

KOlegA
KOlegA

Reputation: 638

Put cursor on executable file, press m to show menu, and press ! to launch.

You can also create own mappings for NERDtree, see example by: :h NERDTreeAddKeyMap

Upvotes: 3

Related Questions