Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想定期重用一系列正则表达式替换。在普通的 emacs 中,我会录制一个键盘宏,但输入 spacemacs 提供的更有用的正则表达式,在第一个替换步骤后录制会自动停止。我该如何做到这一点,并进行更一般的宏录制?此外,这两种记录机制(emacs 和 vim 之一)在底层实现是相同的,还是它们共存?
谢谢