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:
parent
c45feb7fd8
commit
9f8c8770e4
|
@ -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>"))
|
||||
|
|
Loading…
Reference in New Issue