mizchi / atom-git-grep

git-grep in atom editor
MIT License
26 stars 4 forks source link

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.