[oni-core] Add keybinding for `imenu'
This commit is contained in:
parent
bebfe3c991
commit
0befa1ec7c
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2021.0701.142845
|
;; Version: 2021.0705.233324
|
||||||
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview dashboard)
|
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview dashboard)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -184,6 +184,7 @@ _s_: String list"
|
||||||
(global-set-key (kbd "C-c (") 'embrace-commander)
|
(global-set-key (kbd "C-c (") 'embrace-commander)
|
||||||
(global-set-key (kbd "C-c q") #'oni-core-unfill-paragraph)
|
(global-set-key (kbd "C-c q") #'oni-core-unfill-paragraph)
|
||||||
(global-set-key (kbd "C-c s") #'oni-sort-and-align-hydra/body)
|
(global-set-key (kbd "C-c s") #'oni-sort-and-align-hydra/body)
|
||||||
|
(global-set-key (kbd "C-c l") 'imenu)
|
||||||
(global-set-key (kbd "C-x C-b") 'ibuffer-jump)
|
(global-set-key (kbd "C-x C-b") 'ibuffer-jump)
|
||||||
(global-set-key (kbd "C-x M-f") 'ffap)
|
(global-set-key (kbd "C-x M-f") 'ffap)
|
||||||
(global-set-key (kbd "M-+") 'mc/mark-next-like-this)
|
(global-set-key (kbd "M-+") 'mc/mark-next-like-this)
|
||||||
|
|
Loading…
Reference in a new issue