Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Terminal window inside Sublime Text 2

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?

like image 787
Sagiv Ofek Avatar asked Sep 24 '12 09:09

Sagiv Ofek


People also ask

How do I open terminal in Sublime Text 2?

Press ctrl + ~ (for opening terminal)

How do I get to the terminal window?

The default key combination to invoke it is Ctrl + Shift + P . You can also open it using the Command palette button in the dropdown menu in Windows Terminal Preview.


1 Answers

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.

like image 84
Mikko Ohtamaa Avatar answered Sep 20 '22 02:09

Mikko Ohtamaa