]> code.delx.au - gnu-emacs-elpa/commit
counsel.el (counsel-git-grep-query-replace): Add and bind to "M-q"
authorOleh Krehel <ohwoeowho@gmail.com>
Sat, 31 Oct 2015 12:11:23 +0000 (13:11 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Sat, 31 Oct 2015 12:13:24 +0000 (13:13 +0100)
commit70f60554c634c05e449f1f29051fd14329313812
tree32ac6eddd5684ae5e91bfdf8f197ae991b795346
parent0e6c13bca5c4eaec928d8fd9441b80c6c3bebaad
counsel.el (counsel-git-grep-query-replace): Add and bind to "M-q"

* counsel.el (counsel-git-grep-map): Bind "M-q" to
  `counsel-git-grep-query-replace'.
(counsel-git-grep-query-replace): New command. Perform `query-replace'
on all matches of git-grep in all buffers.
counsel.el