Thank you OdatNurd for all your help :) Your videos are so helpful and relevant. I spot you in forums contributing help of the same quality. I hope your channel grows and receive the recognition it deserves.
@OdatNurd2 жыл бұрын
Thanks so much! Sublime has an awesome community and it's a joy to help it out.
@OdatNurd4 жыл бұрын
Unfamiliar with the other topics mentioned in the video? Try these videos next! All about Sublime Text macros: kzbin.info/www/bejne/jmG7k2iOn8emqrM How to locate Sublime commands: kzbin.info/www/bejne/jonEqZ6ee8xrabc
@charlverster97184 жыл бұрын
Hey OdatNurd, thanks for your videos. I've been finding them extremely useful. Can you use Chain of Command to string together commands from package control and/or shell commands? When I launch terminus, I'd like it to open in the python virtual environment that I am currently working in. If you could string together ["toggle_terminus_panel"] >["conda activate "] somehow, I think that could work.
@OdatNurd4 жыл бұрын
If there's a command for a thing, you should be able to chain it together, yes. Terminus has functionality that allows a plugin to send it text as if the user had typed something, so a simple plugin could transmit whatever command you need to activate the environment. An example of something like that (which sends the selected text) is available on the forum: forum.sublimetext.com/t/how-to-highlight-text-and-send-to-embedded-terminus-termial/50306/2?u=odatnurd
@cheryalarohith87663 жыл бұрын
Sir, I'm using terminus in the build system ( followed ur other videos) IDK if this question is suited to ask here or not. I have set [ctrl+b] for terminus_open and build but every time I build, all the terminals are accumulated in the right half ( using origami as advised ) Is there any way to build in the same terminal second time without creating another one? I'm thinking to use chain of commands and execute [terminus_close_all, build] as a chain. It's not the best solution. Can u suggest any solution?
@OdatNurd3 жыл бұрын
This is indeed possible; this video shows you how to do that: kzbin.info/www/bejne/fpKrZIhraLqpmbs