Remove space from mc prefix map

Change the space of the multiple-cursors keymap to a "-".
This commit is contained in:
Didac 2020-06-02 12:42:58 +02:00 committed by GitHub
parent 6a85417e8e
commit 03e678958f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -369,7 +369,7 @@
;;; <leader> m --- multiple cursors
(:when (featurep! :editor multiple-cursors)
(:prefix-map ("m" . "multiple cursors")
(:prefix-map ("m" . "multiple-cursors")
:desc "Edit lines" "l" #'mc/edit-lines
:desc "Mark next" "n" #'mc/mark-next-like-this
:desc "Unmark next" "N" #'mc/unmark-next-like-this