From d7b88a1f122068f391ec96dd8a821512b2632b93 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 3 Jan 2020 10:24:15 +0100 Subject: [PATCH] Use `counsel-descbinds' to describe current keybindings --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index b305af6..be2ca94 100644 --- a/init.el +++ b/init.el @@ -229,6 +229,7 @@ (bind-key "C-x C-f" #'counsel-find-file) (bind-key "C-h f" #'counsel-describe-function) (bind-key "C-h v" #'counsel-describe-variable) + (bind-key "C-h b" #'counsel-descbinds) (bind-key "C-S-s" #'counsel-grep-or-swiper) (bind-key [remap bookmark-bmenu-list] #'counsel-bookmark)) @@ -1981,6 +1982,7 @@ With given ARG, display files in `db/important-document-path’." counsel-find-file counsel-info-lookup-symbol counsel-unicode-char + counsel-descbinds counsel-describe-variable counsel-describe-function counsel-recentf