From 0befa1ec7cd60c2368acca63ee3e7a64b1122a94 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 5 Jul 2021 23:33:32 -0700 Subject: [oni-core] Add keybinding for `imenu' --- oni-core.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'oni-core.el') diff --git a/oni-core.el b/oni-core.el index 7ec4ae9..15f553e 100644 --- a/oni-core.el +++ b/oni-core.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; 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) ;; 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 q") #'oni-core-unfill-paragraph) (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 M-f") 'ffap) (global-set-key (kbd "M-+") 'mc/mark-next-like-this) -- cgit v1.2.3-54-g00ecf