fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fab-user] editing remote files with vim


From: Jeff Forcier
Subject: Re: [Fab-user] editing remote files with vim
Date: Tue, 16 Feb 2010 08:38:18 -0500

On Tue, Feb 16, 2010 at 8:35 AM, Jeff Forcier <address@hidden> wrote:

>  Or, more robustly, write a helper function (semi-pseudocode):

Just had another thought -- you mentioned netrw. There's no reason
said helper function can't be implemented as simply

    local("vim sftp://%s/%s"; % (env.host_string, remote_path))

if that's your preference. Yes, it's a tad silly, but again, lacking a
way to invoke and use vim on the remote end via Fabric, it may do the
trick.

Best,
Jeff

-- 
Jeff Forcier
Unix sysadmin; Python/Ruby developer
http://bitprophet.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]