From acdc9e9f41436adf5ae9083bb6a3271ad4dcf586 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 9 Dec 2020 18:15:12 -0800 Subject: emacs: add binding for counsel-imenu --- emacs.d/custom/fcuny-navigation.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.d/custom/fcuny-navigation.el b/emacs.d/custom/fcuny-navigation.el index 3144ff6..49309a5 100644 --- a/emacs.d/custom/fcuny-navigation.el +++ b/emacs.d/custom/fcuny-navigation.el @@ -88,6 +88,7 @@ (("M-x" . counsel-M-x) ("C-x C-f" . counsel-find-file) ("C-x C-r" . counsel-recentf) + ("C-c i " . counsel-imenu) ("C-c f" . counsel-git) ("C-c /" . counsel-rg) ("C-x r l" . counsel-bookmark)) -- cgit 1.4.1