Merlin’s weekly podcast with Dan Benjamin. We talk about creativity, independence, and making things you love.
Merlin’s weekly podcast with Dan Benjamin. We talk about creativity, independence, and making things you love.
”What’s 43 Folders?”
43Folders.com is Merlin Mann’s website about finding the time and attention to do your best creative work.
Remainders: Vim, The One-Fork Rule, dashes, and ETech, ho!
Merlin Mann | Mar 14 2005
Thanks, have a great week, and if you see me in San Diego, please do say hi, and introduce yourself. 79 Comments
POSTED IN:
BEGIN PGP SIGNED MESSAGE Hash: SHA1 If...Submitted by Grurp (not verified) on March 20, 2005 - 1:55pm.
BEGIN PGP SIGNED MESSAGE Hash: SHA1 If you want to know how to edit documents on remote sites read the help file for "netrw" (eg :help netrw) for more info. Netrw is a plugin to handle doing this. It is included with vim. Examples: To edit a file on a remote computer using scp: :e scp://user@server.com/.fred_the_dotfile Using an ablsolute path (/home/fred/.fred_the_dotfile): :e scp://user@server.com//home/fred/.fred_the_dotfile Viewing a document via http (http is read only): :view http://server.com/~fred/fred_the_webpage.html To write a document that was edited via a non-readonly method (eg scp, sftp, DAV, etc) just type: :w Vim has a client/server mode which your vim binary may or may not have compiled into it. Read the help on "clientserver" for more info. To start a server type "vim --servername somename" or "gvim --servername somename". To tell the server to edit a file type "vim --servername somename --remote fred_the_file" or "gvim --servername somename --remote fred_the_file". It doesn't matter wether the client is vim talking to a gvim server, the client is gvim talking to a vim server, the client is vim talking to a vim server, or the client is gvim talking to a gvim server (atleast under unix) it will work just fine if the clientserver support was built into the instance(s) of vim/gvim you are using. Finally read the help on "completion". Vim's completion allows you to do some gnarly things. Grurp BEGIN PGP SIGNATURE Version: GnuPG v1.2.6 (GNU/Linux) iQEVAwUBQjm+fgWboP5EiONXAQL+TAgAhvpgjoTDfHMIqqZpkkKurj87LQOeMLVq gBqkYFcTmZZMi1BS21fQ4/Ib5ha6acorg0D2oqL3CmO5+X6yDkJsiMoa38f8+2aN UYYP8eI2BXKi7QzYhYTlAqfuTmlJCWSOzJHlF4xf7OB3EmE//iOW2W7ePUTBhJsu kqfV1g75zwA8d+WLj24OpgMPZEMsZfS7t4Xm5aF/wv/pcZ08ufO5i7gAlKWRWGVC NgVJo/pd10pA+rl7g0KIpKornBattSushEnRhDTXLVkM8ufSrSzbScAhQ97UsbyM SQKxBi5L6SO+izSiejlHmoWl6ePkD0qV5Ldsv6XjPuQ6BInWMzV8hQ== =dyZl END PGP SIGNATURE » POSTED IN:
|
|
EXPLORE 43Folders | THE GOOD STUFF |