Skip to content

NERDTree plugin to search under the selected path using ag.vim

License

Notifications You must be signed in to change notification settings

mortonfox/nerdtree-ag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nerdtree-ag

Introduction

ag_path is a NERDTree plugin that adds a menu item to search for a keyword or regex under the selected path using ag.vim.

Installation

Pathogen

Use the following commands:

cd ~/.vim/bundle
git clone https://github.com/mortonfox/nerdtree-ag.git

Vundle

Add the following to your vimrc:

Plugin 'mortonfox/nerdtree-ag'

Install with :PluginInstall.

Manual Installation

Copy ag_path.vim to ~/.vim/nerdtree_plugin/ (*nix) or ~/vimfiles/nerdtree_plugin (Windows).

Usage

In the NERDTree window, select the desired folder and then type m and g. Enter a keyword or regex at the prompt to get a quickfix list of ag.vim search results.

About

NERDTree plugin to search under the selected path using ag.vim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published