Add multiple-cursors package
This commit is contained in:
parent
9e468fc78b
commit
62a03495a3
1 changed files with 10 additions and 0 deletions
|
|
@ -422,6 +422,16 @@
|
||||||
:config
|
:config
|
||||||
(minions-mode)))
|
(minions-mode)))
|
||||||
|
|
||||||
|
(use-package multiple-cursors
|
||||||
|
:bind
|
||||||
|
(("C-c m n" . mc/mark-next-like-this)
|
||||||
|
("C-c m l" . mc/edit-lines)
|
||||||
|
("C-c m p" . mc/mark-previous-like-this)
|
||||||
|
("C-c m a" . mc/mark-all-like-this)
|
||||||
|
(:repeat-map mc/multi-cursors-repeat-map
|
||||||
|
("n" . mc/mark-next-like-this)
|
||||||
|
("p" . mc/mark-previous-like-this))))
|
||||||
|
|
||||||
(use-package nerd-icons
|
(use-package nerd-icons
|
||||||
:if window-system
|
:if window-system
|
||||||
:config
|
:config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue