Remove space from mc prefix map
Change the space of the multiple-cursors keymap to a "-".
This commit is contained in:
parent
6a85417e8e
commit
03e678958f
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@
|
||||||
|
|
||||||
;;; <leader> m --- multiple cursors
|
;;; <leader> m --- multiple cursors
|
||||||
(:when (featurep! :editor 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 "Edit lines" "l" #'mc/edit-lines
|
||||||
:desc "Mark next" "n" #'mc/mark-next-like-this
|
:desc "Mark next" "n" #'mc/mark-next-like-this
|
||||||
:desc "Unmark next" "N" #'mc/unmark-next-like-this
|
:desc "Unmark next" "N" #'mc/unmark-next-like-this
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue