Add multiple cursors configuration
This commit is contained in:
parent
48879e0ab4
commit
389b570fc3
1 changed files with 9 additions and 0 deletions
|
@ -787,6 +787,15 @@ Computing Environment".
|
|||
'face '(:family "Font Awesome" :height 0.75))))
|
||||
#+END_SRC
|
||||
|
||||
** Multiple cursor
|
||||
|
||||
Using multiple cursors can be really handy when you have the same
|
||||
edits to make on multiple levels.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(global-set-key (kbd "C-+") 'mc/mark-next-like-this)
|
||||
#+END_SRC
|
||||
|
||||
* Major modes
|
||||
|
||||
Configuration for major modes is specified in dedicated
|
||||
|
|
Loading…
Reference in a new issue