When using the delightful netrw support in vim to open a file, opening directly works well, as in
:e scp://hostname//path/to/file
however, you can't change the working directory via
:cd scp://hostname//path/
Is there a way of getting this or equivalent behavior? Key part is I want to be able to use a relative path to edit files.
Please feel free to use scripts or plugins in your answer.