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

Support for :Files over a local vim edit of a remote file over scp #1459

Open
5 tasks done
mihaigalos opened this issue Feb 12, 2023 · 0 comments
Open
5 tasks done

Support for :Files over a local vim edit of a remote file over scp #1459

mihaigalos opened this issue Feb 12, 2023 · 0 comments

Comments

@mihaigalos
Copy link

Support for :Files over a local vim edit of a remote file is currently not working.

I'm using the following `~/.ssh/config' :

Host *
    ControlPath /tmp/ssh-socket-%r@%h-%p

Then starting a ssh multiplexing sessinon:

$ ssh -MNv user@host

And in another terminal, open a remote file over the multiplexed ssh session:

$ vim scp://user@host/myfile.md

This enables me to run vim locally instead on the remote, and automatically have all my plugins instead of installing them on each remote host.

However, if I run :Files, the list is populated with the files from the local folder.

Conversely, when I run :Vex, the files listed are the ones from the remote.

Is this a missing feature in fzf.vim or a configuration I could do on my side?

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