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 的污垢,它非常好。我唯一遇到的问题是我希望能够调整左侧目录结构和右侧正在编辑的文件之间的分区大小。
我已经围绕这个问题进行了一些谷歌搜索,但没有找到任何东西。我是 emacs 的新手,所以解释可能需要用一些外行的术语来解释。
将鼠标悬停在两个窗口之间的状态线上,您可以拖动以调整大小。
用脏树缓冲区中的点按C-{以缩小或C-}扩大窗口。这些命令一次工作一列,如果您想重复使用C-x z. IE
C-{ C-x z z
缩小 3 列。
要更改步进,请使用前缀参数
C-2 C-} C-x z z
将扩展 2 列 3 次。