From 9f8c8770e4466c855f85459da54e5a7767272409 Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 16 May 2022 13:09:11 -0500 Subject: [PATCH] Add binding for mc/mark-previous-lines Added M-p binding for mc/mark-previous-lines. TODO: need to whitelist commands for multicursor. --- site.d/bindings.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site.d/bindings.el b/site.d/bindings.el index e81ea4e..cb2a5d9 100644 --- a/site.d/bindings.el +++ b/site.d/bindings.el @@ -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 ""))