https://github.com/mortonfox/nerdtree-term
NERDTree plugin to open the selected folder in Terminal
https://github.com/mortonfox/nerdtree-term
nerdtree terminal vim
Last synced: about 2 months ago
JSON representation
NERDTree plugin to open the selected folder in Terminal
- Host: GitHub
- URL: https://github.com/mortonfox/nerdtree-term
- Owner: mortonfox
- License: mit
- Created: 2016-07-18T14:45:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-11-06T00:40:23.000Z (over 5 years ago)
- Last Synced: 2025-04-07T23:47:09.735Z (about 1 year ago)
- Topics: nerdtree, terminal, vim
- Language: VimL
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nerdtree-term
## Introduction
nerdtree\_term is a [NERDTree](https://github.com/scrooloose/nerdtree) plugin
that adds a menu item to open the selected folder in Mac OS X Terminal. (i.e.
open a shell window and cd to that folder)
## Installation
### Pathogen
Run the following commands in a shell:
cd ~/.vim/bundle
git clone https://github.com/mortonfox/nerdtree-term.git
### Vundle
Add the following to your vimrc:
Plugin 'mortonfox/nerdtree-term'
Install with ```:PluginInstall```.
### Manual Installation
Copy the ```terminal_menu_item.vim``` file to ```~/.vim/nerdtree_plugin/```
(*nix) or ```~/vimfiles/nerdtree_plugin``` (Windows).
## Usage
In the NERDTree window, select the desired folder and then
type ```m``` and ```t``` to open the Terminal session.