Reputation: 33056
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
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