Bcvi – run vi over a 'back-channel' (2010)
8 comments
·March 6, 2025darrenf
__MatrixMan__
does sftp require configuration beyond what you've already got working if you're ssh'd in?
darrenf
I mean you run that command locally. You aren’t ssh’d in, vim copies the file to a tmp location and you edit it, `:w` writes it back to the remote.
pvg
Discussion at the time https://news.ycombinator.com/item?id=1406145
nazgulsenpai
And the top comment is about Emacs. Yep, that's a vi post alright.
WA9ACE
It's quite fitting as a vim using HAM (with a callsign username), that the top comment on that thread is also a HAM saying how you can also do this in emacs. The world changes all around us, and yet it's always the same.
t-3
This is pretty cool. I probably don't have much real use case for it because this is basically how I already do things when I use nfs or sshfs to bring the work to my local machine while keeping the files remote, but with more work involved.
null
If I’m reading this right, it’s “open a local vi(m) on a remote file”, by invoking a remote command. Is that right?
I’m wondering how it’s different in effect to just using