Remap evil-record-macro in tabulated-list-mode popup
This commit is contained in:
parent
919a8b091e
commit
6b0c75fa0e
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue