Skip to content

Instantly share code, notes, and snippets.

@stevenvo
Last active January 27, 2016 21:31
Show Gist options
  • Select an option

  • Save stevenvo/6200786b8a16857af97d to your computer and use it in GitHub Desktop.

Select an option

Save stevenvo/6200786b8a16857af97d to your computer and use it in GitHub Desktop.
Remote TextMate

Install rmate on remote server that stores the files for editing

gem install rmate (you may need to add sudo)

SSH into the remote server using this syntax

ssh -R 52698:localhost:52698 pi@192.168.1.186 (change the username@host accordingly)

inside remote server, run rmate <filename>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment