Skip to content

Instantly share code, notes, and snippets.

View tkm-kj's full-sized avatar

Takumi Kaji tkm-kj

  • Freelance
  • Tokyo
View GitHub Profile
@tkm-kj
tkm-kj / grep_menuitem.vim
Last active April 12, 2016 22:38 — forked from masaakif/grep_menuitem.vim
nerdtree plugin to integrate nerdtree with :grep : Forked from http://gist.github.com/205807
"shove this in ~/.vim/nerdtree_plugin/grep_menuitem.vim
"
"A really rough integration of :grep with nerdtree. Adds a 'g' menu item that
"prompts the user for a search pattern to use with :grep. :grep is run on the
"selected dir (using the parent if a file is selected)
"
" Originally written by scrooloose
" (http://gist.github.com/205807)
" Forked by masaakif
" (http://gist.github.com/205807)