feat(bindings): Bind imenu to a global key
This commit is contained in:
parent
128bb8c417
commit
91f50b5f0a
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue