Plugin for NERDTree that provides an execute menu item, that executes system default application for file or directory
Unzip into your .vim
directory
Clone this repo into your .vim/bundle
directory
When navigating in NERDTree, select file or directory, press '' , it will open the selected file/directory with system default application. Using this plugin, you can open your favourite image editor for images, pdf reader for pdfs etc.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
If you like this project, please follow the repository on GitHub.