Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 332 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 332 Bytes

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.