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.
如果我将我的框架水平拆分,然后用 split-window-below 垂直拆分其中一个窗口,有没有办法回到水平拆分的 2 个窗口而不必使用 delete-other-windows 然后拆分窗口-right ?
如果启用winner-mode,您将获得类似于基于堆栈的撤消/重做功能,用于所有窗口配置更改。默认情况下,C-c <left>绑定到winner-undo,而C-c <right>执行winner-redo。
winner-mode
C-c <left>
winner-undo
C-c <right>
winner-redo
您可以使用delete-window绑定到C-x 0.
delete-window
C-x 0
您可以保存窗口配置:
窗口配置注册 C-x rw
并稍后恢复:
跳转到寄存器 C-x rj
使用寄存器