Fix mmap and omap
This commit is contained in:
parent
470ca40828
commit
867b840266
1 changed files with 2 additions and 2 deletions
|
@ -45,9 +45,9 @@
|
|||
`(evil-define-key 'emacs ,map ,@body))
|
||||
(defmacro gmap (map &rest body)
|
||||
`(evil-define-key 'god ,map ,@body))
|
||||
(defmacro mmap (&rest body)
|
||||
(defmacro mmap (map &rest body)
|
||||
`(evil-define-key 'motion ,map ,@body))
|
||||
(defmacro omap (&rest body)
|
||||
(defmacro omap (map &rest body)
|
||||
`(evil-define-key 'operator ,map ,@body))
|
||||
(defmacro nvmap (map &rest body)
|
||||
(macroexpand
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue