Change ex command from :m[sg] to :messages

The former overwrote :m[ove].
This commit is contained in:
Henrik Lissner 2019-07-22 13:30:42 +02:00
parent 4c70cfd102
commit 755835a207
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -142,7 +142,7 @@ If BANG, search Doom documentation."
(evil-ex-define-cmd "k[ill]o" #'doom/kill-other-buffers) (evil-ex-define-cmd "k[ill]o" #'doom/kill-other-buffers)
(evil-ex-define-cmd "k[ill]b" #'doom/kill-buried-buffers) (evil-ex-define-cmd "k[ill]b" #'doom/kill-buried-buffers)
(evil-ex-define-cmd "l[ast]" #'doom/popup-restore) (evil-ex-define-cmd "l[ast]" #'doom/popup-restore)
(evil-ex-define-cmd "m[sg]" #'view-echo-area-messages) (evil-ex-define-cmd "messages" #'view-echo-area-messages)
(evil-ex-define-cmd "pop[up]" #'doom/popup-this-buffer) (evil-ex-define-cmd "pop[up]" #'doom/popup-this-buffer)
;;; Project navigation ;;; Project navigation