我有两个文件,都命名为 server.pp 。当我在缓冲区之间切换时,我看到 server.ppserver.pp<1> 。一个是 module1/server.pp ,另一个是 module2/server.pp 就是这种情况。我如何以包含一些路径前缀信息的方式切换缓冲区?

最佳答案

您可能希望自定义 uniquify 配置以更改该额外信息。我个人使用:

(require 'uniquify)
(setq uniquify-buffer-name-style 'post-forward-angle-brackets)

关于Emacs:切换到带前缀的缓冲区,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/7474935/

10-13 08:21