diff options
author | Franck Cuny <franck@fcuny.net> | 2020-12-09 18:15:12 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2020-12-09 18:15:12 -0800 |
commit | acdc9e9f41436adf5ae9083bb6a3271ad4dcf586 (patch) | |
tree | cb883eddea403ac51a80d99ea4676054931b0cee | |
parent | Merge branch 'master' of ssh://git.fcuny.net:222/fcuny/dotfiles (diff) | |
download | emacs.d-acdc9e9f41436adf5ae9083bb6a3271ad4dcf586.tar.gz |
emacs: add binding for counsel-imenu
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-navigation.el | 1 |
1 files changed, 1 insertions, 0 deletions
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)) |