如何调整缓冲区大小,使其只占据屏幕的一小部分?
在 Emacs 中,如何调整缓冲区大小,使其只占据屏幕的一小部分?
有什么办法吗?
我想让 src 占据屏幕的 70%,文件管理器占据另外 30%
In Emacs how can I resize a buffer so it only takes a small part of the screen ?
Is there any way ?
I would like to have the src taking 70% of the screen and a file manager in the other 30%
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对各个缓冲区使用单独的窗口管理器框架(默认情况下)。自动收缩框架以适应缓冲区内容。
请参阅 一对一 Emacs,特别是库 fit-frame.el 和 autofit-frame.el。
Use separate window-manager frames for individual buffers (by default). Automatically shrink-fit the frames to fit the buffer content.
See One-On-One Emacs, in particular, libraries fit-frame.el and autofit-frame.el.
将当前帧上当前窗口的宽度设置为 ~ 70%:
其他窗口自动缩小。如果您想调整多个,那就会变得更加困难。
作为命令:
Set width of current window on current frame to ~ 70%:
The other windows are shrunk automatically. If you want to adjust more than one it gets more difficult.
As command: