How to use Sublime over SSH

There are three ways: Use SFTP plugin (commercial) http://wbond.net/sublime_packages/sftp – I personally recommend this, as after settings public SSH keys with passphrase it is safe, easy and worth every penny http://opensourcehacker.com/2012/10/24/ssh-key-and-passwordless-login-basics-for-developers/ Mount the remote as local file system using osxfuse and sshfs as mentioned in the comments. This might be little difficult, depending on OSX … Read more

What is the default font of Sublime Text?

On Linux it’s Monospace 10 pt. (the exact monospace font used may vary on different Linux distributions or versions), on Windows it’s Consolas 10 pt., and on OS X it’s Menlo Regular 12 pt. (The color scheme is Neon, the syntax highlighting is from PackageDev, and the font is Liberation Mono This information is found in the Packages/Default directory (where Packages is the directory opened by the Preferences → … Read more