BIBLIOGRAPHY
Emacs Multiple Cursors. 2022. https://www.youtube.com/watch?v=mDDeSKRc3Zo.
“Gabesoft/Evil-Mc.” 2025. https://github.com/gabesoft/evil-mc.
“Hlissner/Evil-Multiedit: Multiple Cursors for Evil-Mode, Based on Iedit.” 2025. https://github.com/hlissner/evil-multiedit.
“Magnars/Multiple-Cursors.El.” 2025. https://github.com/magnars/multiple-cursors.el.
관련노트
magnars/multiple-cursors.el
(“Magnars/Multiple-Cursors.El” 2025)
- Sveen, Magnar
- Multiple cursors for emacs.
- 2025
Emacs Multiple Cursors = How-to
(Emacs Multiple Cursors 2022) 영상을 보니까 쉽다. 바인딩도 무난하다.
https://youtube.com/watch?v=mDDeSKRc3Zo&feature=share
#둠이맥스 관련 evil-mc evil-multiedit
아래에 있으나 안쓰고 어떻게 버티는가? evil은 아래과 같이 쓴다.
gabesoft/evil-mc
-
Adomnicai, Gabriel
-
Multiple cursors implementation for evil-mode
-
2025
-
The evil-mc keys are under the
gzprefix, e.g.gzzto toggle new (frozen) cursors at point.gztto toggle mirroring on and off (or switch to insert mode to activate them).gzAto place cursors at the end of each selected line.gzIwill place them at the beginning.
-
There’s also the ex command
:mc/REGEXP/FLAGS, for laying down cursors by regex.
hlissner/evil-multiedit: Multiple cursors for evil-mode, based on iedit
(“Hlissner/Evil-Multiedit: Multiple Cursors for Evil-Mode, Based on Iedit” 2025) Designates “interactive edit” regions. Only the textual changes to them are mirrored.
M-dto iedit the symbol at point. Again to iedit its next match.M-S-dto do it backwards.R(in visual mode) to iedit all matches of the selection at point in the buffer.- Or
:iedit/REGEXto iedit all matches of REGEX.
Comments