Skip to content

mizchi/atom-git-grep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-grep package

git grep in atom editor.

Install

apm install git-grep

How to use

Set your keybind.cson as you like.

'.workspace':
  'cmd-k cmd-g': 'git-grep:grep' # default

Root of git grep is always current root of workspace.