Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ivy-switch-buffer not showing complete path on TRAMP buffers #2953

Open
jjnilton opened this issue Feb 3, 2022 · 0 comments
Open

ivy-switch-buffer not showing complete path on TRAMP buffers #2953

jjnilton opened this issue Feb 3, 2022 · 0 comments

Comments

@jjnilton
Copy link

jjnilton commented Feb 3, 2022

On emacs 27.1 with ivy 20211231.1730.

ivy-switch-buffer shows TRAMP files like this:

foo.txt (/ssh:user@host:)
bar.txt (/ssh:user@host:)

while filename.ext and filename2.ext are in directories like:

/home/user/projects/project_name/files/foo.txt
/home/user/projects/project_name/files/bar.txt

It would be good to see the rest path of the remote, like:

foo.txt (/ssh:user@host:/home/user/projects/project_name/files/foo.txt)

or

bar.txt (/ssh:user@host:~/projects/project_name/files/bar.txt)

Like the list-buffers command, that does show the full path in the file column:

/ssh:user@host:/home/user/projects/project_name/files/foo.txt

I searched the ivy group in customize-variable but couldn't find a way to set it. Any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant