aurora / rmate

Remote TextMate 2 implemented as shell script
GNU General Public License v3.0
886 stars 123 forks source link

Support RMATE_{HOST,PORT} variables. #1

Closed sorbits closed 12 years ago

sorbits commented 12 years ago

These specify the default host and port that rmate should connect to. This not only makes it easy to configure default values but is (AFAIK) the only way to have multiple machines connect to the same shell account and each get their own unique port (by forwarding the variables from the client to the server).

The last bits of this blog post explains the ssh variable forwarding: http://blog.macromates.com/2011/mate-and-rmate/

aurora commented 12 years ago

Thanks very much!