]> git.eshelyaron.com Git - kubed.git/commitdiff
(kubed-list-read-filter-map): Bind 'completion-help-at-point'.
authorEshel Yaron <me@eshelyaron.com>
Fri, 2 Aug 2024 07:42:38 +0000 (09:42 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 2 Aug 2024 07:42:38 +0000 (09:42 +0200)
kubed.el

index 562d1f3585332d9c610cf47a5fe2997fe3b2f516..6164cee93bb979dfad49b4bab3fd33cec98485d6 100644 (file)
--- a/kubed.el
+++ b/kubed.el
@@ -216,6 +216,7 @@ of the error, push a mark before moving point."
 (defvar-keymap kubed-list-read-filter-map
   :parent minibuffer-local-map
   "TAB" #'completion-at-point
+  "M-?" #'completion-help-at-point
   "<remap> <exit-minibuffer>" #'kubed-list-try-read-filter)
 
 (defun kubed-list-read-filter (prompt)