Terminal inside sublime text

terminal

A long time ago when I used gedit, I was able to have a built in terminal at the bottom. This allowed me to sftp into my server, edit code, and then compile it in the terminal right inside the application connected to the same server.

Right now I'm running Sublime Text 2 and putty externally, it's annoying switching between the two.

Is there a terminal that I can install in Sublime that I could SSH into my remote server with?

Best Answer

In addition to Blender's comment, please look at the Sublime Forum - Terminal inside Sublime Text (jps!) summarizing the options as:

  • SublimeREPL (not a full terminal. only simple commands)
  • SublimePTY (attempt at a full terminal, but project has been idle)
  • ConEmu (Windows)
Related Question