Skip to content

Instantly share code, notes, and snippets.

@birk5437
birk5437 / remote_subl.md
Created August 31, 2022 17:31 — forked from gwenzek/remote_subl.md
Sublime Text for remote development

This steps should help working remotely with Sublime Text. They are meant to be incremental, just setting up SFTP will go a long way.

My workflow

I have all my code on my laptop, edit locally and automatically push the files to my server. I never edit "tracked" files on the server directly. I sometimes modify untracked files on the server using rmate (see below).