Skip to content

🐇 Provides a quick way to open the current item in NERDTree with the default desktop application associated with it 🐇

License

Notifications You must be signed in to change notification settings

paulondc/vim-nerdtree-open-externally

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is fairly simple plugin for vim that provides a way of launching the current item in NERDTree with the default desktop application associated with it. This is done by pressing the key e on the item you want to open externally (it works with files and directories). Feel free to override the default key mapping to your preferable one via:

let g:nerdTreeOpenExternallyMap = "e"

This plugin supports Linux, MacOS and Windows.

Installation

Make sure you have NERDTree installed locally.

Add the configuration below after NERDTree plugin in your vim configuration (neovim: ~/.config/nvim/init.vim, vim: ~/.vimrc):

Plug 'paulondc/vim-nerdtree-open-externally'

Then run the following in Vim:

:source %
:PlugInstall

Issues

vim-nerdtree-open-externally development discussions and bug reports are collected on Issues

Acknowledgements

vim-nerdtree-open-externally was initially based on vim-nerdtree_plugin_open

License

vim-nerdtree-open-externally is free software; you can redistribute it and/or modify it under the terms of the MIT License

About

🐇 Provides a quick way to open the current item in NERDTree with the default desktop application associated with it 🐇

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published