added scpto function

This commit is contained in:
David Thurstenson 2016-06-01 08:36:46 -05:00
parent 1033661fb8
commit 0cfb5fbf1e
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ command! make !!make %a
command! mkcd :mkdir %a | cd %a
command! vgrep vim "+grep %a"
command! reload :write | restart
command! scpto scp -rq %f %a && echo "SCP complete" %S
" ------------------------------------------------------------------------------