Add binding for mc/mark-previous-lines

Added M-p binding for mc/mark-previous-lines.

TODO: need to whitelist commands for multicursor.
This commit is contained in:
niten 2022-05-16 13:09:11 -05:00
parent c45feb7fd8
commit 9f8c8770e4
1 changed files with 2 additions and 1 deletions

View File

@ -608,7 +608,8 @@
"C-;" #'kill-whitespace
"C-!" #'eshell-here
"C-M-p" #'mc/mark-previous-like-this
"C-M-n" #'mc/mark-next-like-this
"C-M-n" #'mc/mark-next-like-this\
"M-p" #'mc/mark-previous-lines
"M-n" #'mc/mark-next-lines)
(global-unset-key (kbd "<down-mouse-1>"))