scp
:
vim scp://keith@linux.cs.wmu.edu//home/keith/my.file
You may have to re-enter your password each time you save the file. From http://tipotheday.com/2008/06/08/editing-remote-files-with-vim-and-scp
A repository of notes; by noto, for noto. Made public so noto can read it from anywhere. It won't make any sense to you.
scp
:
vim scp://keith@linux.cs.wmu.edu//home/keith/my.file
gg=G
=
, the indent command can take motions. So, gg
to get the start of the file, =
to indent, G
to the end of the file, gg=G
.
:cnoreabbr html runtime! syntax/2html.vim