From 91f50b5f0a7c556a969c2fb3a9c85ebf7d0c766c Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 22 Feb 2018 23:25:57 +0100 Subject: feat(bindings): Bind imenu to a global key --- init/bindings.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init/bindings.el b/init/bindings.el index 1495e9e99b44..e4cd17599fc1 100644 --- a/init/bindings.el +++ b/init/bindings.el @@ -16,6 +16,9 @@ (global-set-key (kbd "M-j") 'avy-goto-char) (global-set-key (kbd "M-p") 'avy-pop-mark) +;; imenu instead of insert-file +(global-set-key (kbd "C-x i") 'imenu) + (global-set-key (kbd "C-x o") ; Yes, I went there! 'ace-window) -- cgit 1.4.1