https://github.com/mortonfox/nerdtree-clip
NERDTree plugin to add selected path to clipboard
https://github.com/mortonfox/nerdtree-clip
nerdtree vim
Last synced: over 1 year ago
JSON representation
NERDTree plugin to add selected path to clipboard
- Host: GitHub
- URL: https://github.com/mortonfox/nerdtree-clip
- Owner: mortonfox
- License: mit
- Created: 2016-07-19T03:29:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-19T04:16:09.000Z (almost 10 years ago)
- Last Synced: 2025-03-17T06:35:38.424Z (over 1 year ago)
- Topics: nerdtree, vim
- Language: VimL
- Size: 11.7 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nerdtree-clip
## Introduction
clip\_path is a [NERDTree](https://github.com/scrooloose/nerdtree)
plugin that adds a menu item to copy the full path of the selected file or
folder to the clipboard.
## Installation
### Pathogen
Use the following commands:
cd ~/.vim/bundle
git clone https://github.com/mortonfox/nerdtree-clip.git
### Vundle
Add the following to your vimrc:
Plugin 'mortonfox/nerdtree-clip'
Install with ```:PluginInstall```.
### Manual Installation
Copy ```clip_path.vim``` to ```~/.vim/nerdtree_plugin/``` (*nix)
or ```~/vimfiles/nerdtree_plugin``` (Windows).
## Usage
In the NERDTree window, select the desired folder or file and type ```m```
and ```b``` to copy its path to the clipboard.