Sublime Text 3: Tip 3: Terminals in Sublime!

preview_player
Показать описание
IMPORTANT: There is a mistake in the video. Shortcuts use the Alt key not the Ctrl Key. This applies to the red text at around 3:00.

In this video I show you how to get terminals within sublime which open to your project folder.

You'll need the following code for 'Terminus Command Palette'

And the following code for 'Terminus Key Bindings'

For more information look at the GitHub Repository I put together here:

You can find more information about Terminus here:

UPDATE:
See top packages for Sublime Text on my blog:
Рекомендации по теме
Комментарии
Автор

There was a mistake at 3:00. Shortcuts use the Alt key not the Ctrl key.

JamEs-cgse
Автор

Thanks, works fine!
To close the Command Prompt, add the code bellow in Terminus Key Bindings:
{
"keys": ["alt+c"], "command": "terminus_close", "context": [{ "key": "terminus_view"}]
}

wagfim
Автор

THIS SHOULD BE AT THE TOP! Direct and easy steps

mikkun_
Автор

thank you sir for this useful tutorial.

asoahmadzade
Автор

Thanks man this is super useful! I had been opening a command prompt separately for ages and it was a pain in the ass.

gauravb
Автор

Thanks JamEs, It's really amazing ... But how can I make a shortcut to open default shell in new tap in sublime text??

mahmoudkhaled
Автор

Exactly what I needed, Thanks a lot for this video

ngwustephen
Автор

When i was typing terminus in command palette nothing comes, why?

ranaalok
Автор

When I open the command prompt nothing shows up. I copy pasted everything so I dont know why it is doing this. The git works but for some reason the control panel doesnt

fablefallen
Автор

THANKYOU BROO!! I was looking for exactly this!!

sourabh
Автор

Thank you !! if sublime was good now is perfect

FerchoGarcia
Автор

I was looking for exactly something like this! Thank you!

pratikrane
Автор

Thanks for the video this is what I was looking for 👍👍

brwaata
Автор

but alt + ' doesnot open and closes it

messiisthebest
Автор

is there a way I can open the terminal and also run a python file simultaneously with just a key binding

HansNiemann
Автор

Please help me in installing pip and other modules in sublime text3

joshianurag
Автор

So, if i apply this : i will be able to see my C# result. I mean if i write the code which suppose to show "hello world" in console, with this add-on i can see it right ?

baykus
Автор

this is for windows right...? not mac users..?

ibrasonko
Автор

For beginners, like me, you'll have to install Git beforehand

lwjunior
Автор

hey can you do tutorials for pyflakes and flake8 and how to install them using pip

satoshinakamoto