From 6b0c75fa0e48fb3af8b1112911d7f2ce24def93f Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 20 May 2017 01:15:41 +0200 Subject: [PATCH] Remap evil-record-macro in tabulated-list-mode popup --- modules/private/hlissner/+bindings.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/private/hlissner/+bindings.el b/modules/private/hlissner/+bindings.el index cef1a82d7..26489bf24 100644 --- a/modules/private/hlissner/+bindings.el +++ b/modules/private/hlissner/+bindings.el @@ -379,6 +379,9 @@ "M-;" #'eval-expression "A-;" #'eval-expression) + (:map tabulated-list-mode-map + [remap evil-record-macro] #'doom/popup-close-maybe) + (:map (evil-ex-completion-map evil-ex-search-keymap read-expression-map) "C-a" #'move-beginning-of-line "C-w" #'doom-minibuffer-kill-word