Terminal window inside Sublime Text 2

Sagiv Ofek picture Sagiv Ofek · Sep 24, 2012 · Viewed 89.7k times · Source

I saw this project that basically opens a new terminal window from sublime text-2.
What I'm looking for is a way to open the terminal inside sublime text 2 via console.
Does anyone knows how can I do that?

Answer

Mikko Ohtamaa picture Mikko Ohtamaa · Sep 24, 2012

SublimeREPL does what you want

https://github.com/wuub/SublimeREPL/

Of course, there are some limitations because the window of Sublime Text 2 is not originally designed for continuous running buffer of stdin input.