diff options
Diffstat (limited to '.emacs.local.d/modes/ivy.el')
-rw-r--r-- | .emacs.local.d/modes/ivy.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.emacs.local.d/modes/ivy.el b/.emacs.local.d/modes/ivy.el index ca3623c..fcf69ca 100644 --- a/.emacs.local.d/modes/ivy.el +++ b/.emacs.local.d/modes/ivy.el @@ -21,7 +21,6 @@ ("C-x C-f" . counsel-find-file) ("C-x C-r" . counsel-recentf) ; search for recently edited ("C-c g" . counsel-git) ; search for files in git repo - ("C-c j" . counsel-git-grep) ; search for regexp in git repo ("C-c /" . counsel-ag) ; Use ag for regexp ("C-x l" . counsel-locate) ("C-x C-f" . counsel-find-file) |