Merge pull request #3276 from DidacGit/patch-1

Remove space from mc prefix map
This commit is contained in:
Henrik Lissner
2020-06-03 03:46:58 -04:00
committed by GitHub

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