37

我想在屏幕上显示两个 Emacs 窗口:一个用于 Dired,一个用于代码。但是,当我单击 Dired 缓冲区中的文件时,该文件会在同一个窗口中打开,而不是 Dired 缓冲区。我可以改变这种行为吗?

4

2 回答 2

73

为什么用鼠标点击东西?我以为你在使用 Emacs?

将点移动到您感兴趣的行并按下o以在另一个窗口中打开它或C-o打开文件但留在 Dired 缓冲区。

如果您必须使用鼠标进行操作,请使用中键单击来执行相同操作。

于 2012-04-02T10:07:37.030 回答
0

S-Return如果有人感兴趣,可以在 spacemacs 中为我工作。

dired-find-file-other-window is an interactive compiled Lisp function in
`dired.el'.

It is bound to <S-return>, g O, <normal-state> <S-return>, <normal-state> g O,
<menu-bar> <immediate> <find-file-other-window>.

(dired-find-file-other-window)

For more information check the manuals.

In Dired, visit this file or directory in another window.

[back]
于 2021-12-31T17:47:45.640 回答