2

使用 C-x 0/1/2/3 可以快速的变更 Emacs 的窗口设置,但是有时候我 C-x 1 完成了一个文件的编辑之后又想快速回到 C-x 1 之前的分割窗口状态,又或者是我不小心误操作了 C-x 1 后该怎么办?难道又要重新在做一遍窗口分割?

其实 Emacs 里已经自带了一个叫做 winner-modeminor mode ,可以快速帮你恢复窗口分割状态:

emacs ~/.emacs.d/init.el
(when (fboundp 'winner-mode) (winner-mode) (windmove-default-keybindings))

之后只需要 C-c left组合键,就可以快速退回上一个窗口设置.


venmos
462 声望15 粉丝

Maccon, Emacscon, Lolicon, ACG. False geek, Looks like a quiet guy. Love open source, Loves photography and outdoor sports. Favorite programming language is Ruby and Lisp.


引用和评论

0 条评论