Transmit FTP : Integrates Transmit FTP (Mac) with Vim
script karma |
Rating 52/15,
Downloaded by 1229 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Thomas Allen |
|
script type |
utility |
|
description |
This script allows you to upload the current file via Transmit directly from Vim. For it to work, you need to be working on a file that's tied to a Transmit connection, and this connection must have "DockSend" enabled.
The default key combination is Control + U to upload the active file.
Project Integration
------------------------
Take a look at proj.vim, which includes a "docksend" option that uploads files immediately on save: http://www.vim.org/scripts/script.php?script_id=2719 |
|
install details |
Installation
----------------------------
Unzip TransmitFTP and then
* Move the "apple" directory into your "~/.vim" folder.
* Move "transmitftp.vim" from "plugin" to "~/.vim/plugin"
Keymapping:
----------------------------
Map any keys to "TransmitFtpSendFile" like so:
nnoremap <C-A> :call TransmitFtpSendFile()<CR>
By default, <C-U> (Control + U) uploads the current file. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.144.12.160
|