在这个Tim Baldridge 视频(2.47 处)中,您可以看到他已将他的 emacs 安排为在水平分屏的右侧有回声缓冲区。
现在,当我查看苹果酒快捷方式甚至emacs doco时,我什么也没看到。
我的问题是:如何拆分我的 emacs 屏幕以使回显缓冲区位于水平右侧?
在这个Tim Baldridge 视频(2.47 处)中,您可以看到他已将他的 emacs 安排为在水平分屏的右侧有回声缓冲区。
现在,当我查看苹果酒快捷方式甚至emacs doco时,我什么也没看到。
我的问题是:如何拆分我的 emacs 屏幕以使回显缓冲区位于水平右侧?
Here is info.
If you want to have REPL on the right side, use C-x+3 (split vertically), then go to the right buffer (with C-x+o, for example), and switch to the REPL via C-x+b or C-x-b.
该视频不是 Emacs,而是带有Cursive 插件的Intellij Idea。默认情况下,您将在启动或连接到 REPL 时获得该布局