开发者

Emacs: switch to buffer with a prefix

开发者 https://www.devze.com 2023-04-05 18:19 出处:网络
I have two files, both named server.pp开发者_JAVA技巧. When I switch between buffers I see server.pp and server.pp<1>. It is the case that one is module1/server.pp and the other module2/server.p

I have two files, both named server.pp开发者_JAVA技巧. When I switch between buffers I see server.pp and server.pp<1>. It is the case that one is module1/server.pp and the other module2/server.pp. How might I switch buffers in such a way as to include some path prefix information?


you would want to customize the uniquify configuration to change that extra info. i personally use:

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

精彩评论

暂无评论...
验证码 换一张
取 消