Skip to content

Instantly share code, notes, and snippets.

@nukino
Created January 7, 2012 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nukino/1576194 to your computer and use it in GitHub Desktop.
Save nukino/1576194 to your computer and use it in GitHub Desktop.
_vimrc/SSH接続サンプル
if (has('win32') || has('win64'))
"use scp
let g:netrw_scp_cmd = "E:\\PuTTY\\pscp.exe -q -batch"
let g:netrw_sftp_cmd = "E:\\PuTTY\\psftp.exe"
let g:netrw_ssh_cmd = "E:\\PuTTY\\plink.exe"
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment