An open API service indexing awesome lists of open source software.

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

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.