Add multicursor prev line binding

This commit is contained in:
niten 2021-12-20 08:31:17 -08:00
parent 8be77a42d7
commit 3d990cdf82
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-n" #'mc/mark-next-lines)
(global-unset-key (kbd "<down-mouse-1>"))
(global-unset-key (kbd "<mouse-1>"))