vim-sync icon indicating copy to clipboard operation
vim-sync copied to clipboard

Automatic sync SFTP,FTP,... for buffers in vim

Results 9 vim-sync issues
Sort by recently updated
recently updated
newest added

I found that something got wrong when uploading a file to a folder that not existed on the server. just change ```sh rsync -azcuv -e "/bin/ssh -p36000 -q" `dirname $0`/$2/$3...

i want to ignore .git on my local

Can it support multi server project?

Your shell script examples use /bin/sh as the interpreter but use bash equality checks, which break the script right from the get-go. You also mention our .emacs file right at...

# !/bin/sh if [ "upload" == $1 ];then ncftpput -m -u login_name -p login_password -P 21 remote_host remote_path/$2 `dirname $0`/$2/$3 elif [ 'download' == $1 ];then ncftpget -u login_name -p...

When I use vim-sync and type my leader key followed by "su", I get the following error: ``` expect: option requires an argument -- c usage: expect [-div] [-c cmds]...

Hi, I'm getting an error when running this script. I believe it has something to do with spaces in the current directory, but I'm not sure how to fix. This...

Is there a way to add a handler to keep the ssh connection alive?