ADD multipe-cursor keybindings
This commit is contained in:
parent
0f9db243ad
commit
0db6d1753e
1 changed files with 6 additions and 0 deletions
|
|
@ -266,6 +266,12 @@ Workaround to enable eglot in all programming modes:
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package multiple-cursors
|
(use-package multiple-cursors
|
||||||
:ensure t
|
:ensure t
|
||||||
|
:bind
|
||||||
|
("C-x r a" . mc/edit-beginnings-of-lines)
|
||||||
|
("C-x r e" . mc/edit-ends-of-lines)
|
||||||
|
("C->" . mc/mark-next-like-this)
|
||||||
|
("C-<" . mc/mark-previous-like-this)
|
||||||
|
("C-c C->" . mc/mark-all-like-this)
|
||||||
)
|
)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue