Edit files from Cyberduck in an existing Vim window
Posted
by
Eli Gundry
on Super User
See other posts from Super User
or by Eli Gundry
Published on 2011-05-17T14:59:39Z
Indexed on
2012/09/26
15:40 UTC
Read the original article
Hit count: 340
I use Cyberduck as my go to FTP client on Windows. I have but one complaint, and that is whenever I click the edit button to edit the remote file with a local version of gVim, it opens in a new window/instance of Vim. This leads to a cluttered desktop as well as not allowing the AutoComplPop to work at it's full potential.
What I would like to be able to do is automatically open every file in a new buffer inside of an existing gVim buffer instead of a new window, kind of like the Windows version of gVim and how it has the option to edit a file in a new buffer. Is there anyway to do this in Cyberduck/gVim setting?
© Super User or respective owner