When using find-file or counsel-find-file to navigate through TRAMP-supported protocols, ivy doesn't seem to bring up any completion matches for filesystem navigation, unless I start at / on my local machine.
To reproduce (with /etc as current working directory): C-x C-f <backspace> sudo::/ <tab>
Additionally (any other directory than / as cwd): C-x C-f //sudo::/ <tab>
The above displays no matches. An additional <tab> will result in navigation to the dired buffer for / (as root@machine). C-j and C-m do the same.
The following works (with / as the current working directory): C-x C-f sudo::/ <tab>
I see issue #241, which seems to be similar, but I don't see a solution that works for me there. I do get completion by using the single / or three slash prefix /// mentioned there, but it comes up in a separate Completions buffer instead of through ivy for some reason.
When using
find-fileorcounsel-find-fileto navigate through TRAMP-supported protocols, ivy doesn't seem to bring up any completion matches for filesystem navigation, unless I start at/on my local machine.To reproduce (with
/etcas current working directory):C-x C-f<backspace>sudo::/<tab>Additionally (any other directory than
/as cwd):C-x C-f//sudo::/<tab>The above displays no matches. An additional
<tab>will result in navigation to the dired buffer for/(asroot@machine).C-jandC-mdo the same.The following works (with
/as the current working directory):C-x C-fsudo::/<tab>I see issue #241, which seems to be similar, but I don't see a solution that works for me there. I do get completion by using the single
/or three slash prefix///mentioned there, but it comes up in a separate Completions buffer instead of through ivy for some reason.