Dired - open files in another Emacs window

↘锁芯ラ 提交于 2020-01-10 07:52:04

问题


I want to have two Emacs windows on the screen: one for Dired and one for code. But when I click on a file in the Dired buffer the file opens in the the same window, in place of the Dired buffer. Can I change this behaviour?


回答1:


Why are you clicking on things with a mouse? I thought you're using Emacs?

Move point to the line you're interested in and press o to open it in another window or C-o to open the file but stay on Dired buffer.

If you must do it with the mouse, use middle-click to do the same thing.



来源:https://stackoverflow.com/questions/9972519/dired-open-files-in-another-emacs-window

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!