added scpto function
This commit is contained in:
parent
1033661fb8
commit
0cfb5fbf1e
|
@ -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
|
||||
|
||||
" ------------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue