Add multicursor prev line binding
This commit is contained in:
parent
8be77a42d7
commit
3d990cdf82
|
@ -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>"))
|
||||
|
|
Loading…
Reference in New Issue