feat(bindings): Bind imenu to a global key

This commit is contained in:
Vincent Ambo 2018-02-22 23:25:57 +01:00
parent 128bb8c417
commit 91f50b5f0a

View file

@ -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)