Fix keybinding for Multiple Cursors
This commit is contained in:
parent
c273856b94
commit
e45c08497a
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ Computing Environment".
|
||||||
edits to make on multiple levels.
|
edits to make on multiple levels.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(global-set-key (kbd "C-+") 'mc/mark-next-like-this)
|
(global-set-key (kbd "M-+") 'mc/mark-next-like-this)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
I've been looking for something like Embrace for a long time. I
|
I've been looking for something like Embrace for a long time. I
|
||||||
|
|
Loading…
Add table
Reference in a new issue