added imenu shortcut
This commit is contained in:
parent
bf4236278a
commit
25369b2bc4
1
conf.org
1
conf.org
|
@ -4191,6 +4191,7 @@ The function keys are nice because they are almost (not always) free in every mo
|
|||
(global-set-key (kbd "C-M-S-a") 'org-agenda-kill-all-agenda-buffers)
|
||||
|
||||
(global-set-key (kbd "M-b") 'nd/switch-to-previous-buffer)
|
||||
(global-set-key (kbd "M-i") 'imenu)
|
||||
(global-set-key (kbd "M-o") 'ace-window)
|
||||
(global-set-key (kbd "M-s") 'avy-goto-char)
|
||||
(global-set-key (kbd "M-x") 'helm-M-x)
|
||||
|
|
Loading…
Reference in New Issue