I just wanted to say thank you **so** much for this video. I spent like 30 minutes struggling to install PC and two other packages (I am a beginner with coding stuff at the moment and didn't know I was doing it the hardest way possible haha). I finally caved and looked up a video, found yours and got it all done in 30 seconds!! I really appreciate this guide so much!!!!
@OdatNurd Жыл бұрын
Awesome, glad I could help out! If you have any more questions or need further guidance, feel free to reach out! Happy Subliming! 😁
@suleman2342 жыл бұрын
hey odatnurd, may i know what os u are using in your live streams and would u recommend it over windows, and from where can i get the iosevka font version u are using.
@EschinTenebrous2 жыл бұрын
Always a fantastic top notch source of solid Sublime Text info/tutorials 😃 ❤
@OdatNurd2 жыл бұрын
Thanks for the kind words!
@JUANORQUIO Жыл бұрын
That’s Incredibly Awesome! Cheers!🥂❤️✨
@valentine7512 Жыл бұрын
question: how do I compile an implementation file at the same time along with my header file and main.cpp?
@OdatNurd Жыл бұрын
I assume you're asking about something C/C++ related. Generally speaking some external build system like "make" or similar is what you want, so that you can always have full control over your build and exactly what happens. If you need more than one thing compiled and you don't want to use something like that, you need to create a build system with a "shell_cmd" in it that does all of the compiling and linking, like "gcc file1.c -o file.o && gcc file2.c -o file2 && gcc file1.o file2.o -o my_prog && ./my_prog" or such. Such a build becomes specific to the thing you're building instead of generic, so you would need to make one for every project you work on. Hence an external system is more workable.
@cricwhiz1512 жыл бұрын
how i create this type of setting in sublime text like i am typing a character v then it give suggestion like vector,vector and so on?
@OdatNurd2 жыл бұрын
You can do that sort of thing using either Snippets or sublime-completion files. This video talks about using snippets: kzbin.info/www/bejne/ZpSqh62Ni9yEp7s
@jimcarroll7792 жыл бұрын
GREAT VIDEO I am guy who can not get Packages to work, four things today 1. how can I get several tee shirts 2, how to send screen shot 3. please a road map or sequence which of your videos you should view yje order yo learn Sublime text 4. Same request for Package
@OdatNurd2 жыл бұрын
Sadly the shirts that I use in the videos aren't publicly available (although there has been rumblings for a while from SublimeHQ about official shirts).
@lozmasteroftheuniverse27822 жыл бұрын
I was wondering how many vids you've made? I calculate about 120 ish. Does that seem right ? With an adverage length of about 10 mins ?
@OdatNurd2 жыл бұрын
There are currently 149 public videos, with an average length of 15 minutes, 40 seconds; to watch them all would take 1 day, 14 hours, 55 minutes, 42 seconds (or 19 hours, 27 minutes, 51 seconds if you watch at 2x speed). This doesn't count live streams though, of which there are currently 38 on the channel, with an avergae length of about 2 1/2 hours. The other channel has another 80 or so live streams; can't move those between channels though.
@lozmasteroftheuniverse27822 жыл бұрын
Thank you. At double speed 19hrs ish ! And has probably taken you ten times as long to produce, well done !😁@@OdatNurd
@whocares31322 жыл бұрын
Hi SO I was watching your live and you was using Glowing Mariana color scheme. Is it possible for me to get it? a link perhaps?
@OdatNurd2 жыл бұрын
The color scheme that was nothing but neon glow is the Cyber Punk color scheme available here: github.com/TheSecEng?tab=repositories&q=punk&type=source It's not in Package Control yet, though you can easily add it using the info in this video. My slight customizations on Mariana dn make a few things glow as outlined in the live can be found here: gist.github.com/OdatNurd/3dad48d8c656795bedda5185cfe530d1
@whocares31322 жыл бұрын
@@OdatNurd Ah thanks for replying. it was helpful. 🙏
@한우섭-i6r Жыл бұрын
What font do you see on the editor screen?
@OdatNurd Жыл бұрын
I'm using a slightly modified version of the Iosevka font (StyleSet 9); The original can be found at github.com/be5invis/Iosevka - if you want my version, you can download it at bit.ly/odatnurd-iosevka
@한우섭-i6r Жыл бұрын
@OdatNurd - Sublime Text Tutorials Thank-you 😍 👌
@AViewThroughLensLens Жыл бұрын
Today is 20230910. This video is over a year old. Is this the last video that was made? Will there be more?
@OdatNurd Жыл бұрын
It has been a while due to various life factors getting in the way, but I am in fact literally working on new videos as I'm writing this. Everything will get it complete visual refresh and be up-to-date with Sublime 4
@AViewThroughLensLens Жыл бұрын
@@OdatNurd Fantastic! I just, tonight, discovered Sublime Text, and found your channel by looking for tutorials, so I'm excited! Thanks for the response. Will you still be doing live streams?
@OdatNurd Жыл бұрын
@@AViewThroughLensLens I still do live streams, but I do them on Twitch and not on KZbin because it's easier to find an audience there.
@Cyber_Lanka2 жыл бұрын
Thank you so much for your tutorials. Is this channel a part of sublime hq or sponsored?
@OdatNurd2 жыл бұрын
Thank you! It is not, just a labor of love although it is linked from the official documentation page and last year when I did a license giveaway they donated they licenses 😁
@Dulcegarxia2 жыл бұрын
By any chance is there a tutorial for MAC and to make input work?
@OdatNurd2 жыл бұрын
The main recommendation is the Terminus package; it's free and cross platform and lets you run builds with input; there's a video on it here: kzbin.info/www/bejne/m6Wse4CMftuJnck
@suleman2342 жыл бұрын
hey odatnurd pls share how to use sublime for python. like im not able to run python inputs in sublime pls help us by making a video
@OdatNurd2 жыл бұрын
If you're using Sublime 4, it's set up out of the box to run python programs on all operating systems so long as you have python installed, which it always is on Linux and Mac OS. To run a program that's interactive you need to use terminus. There's a video for that here: kzbin.info/www/bejne/m6Wse4CMftuJnck
@suleman2342 жыл бұрын
@@OdatNurd thanks
@FindingCreatures3 жыл бұрын
Hey Nerd, I am new to your channel. Do you have any idea why CMD+F doesn't necessarily work in sublime?
@OdatNurd3 жыл бұрын
The first thing to try would be to open the Console with "View > Show Console" and then enter "sublime.log_input(True)" and "sublime.log_commands(True)" (both without the quotes) and then press the key. The logs will tell you if Sublime sees the key, and if so what it sees it as, and also what it does in response. That would let you see if Sublime is seeing the key or if something is masking it. In that case it would be something external that eats the key before Sublime can see it.
@FindingCreatures3 жыл бұрын
@@OdatNurd OK, thanks for the speedy reply. I will check it out.
@alansousa90023 жыл бұрын
I would like to suggest if you could one day make a video of how to configure sublime for PHP web development, packages that will help with programming. I'm studying PHP at the moment and I just got used to sublime, sometimes I use vim, the vscode weighs heavily on my machine.
@OdatNurd3 жыл бұрын
Thanks for the suggestion, I've added it to the list!
@itzsam31333 жыл бұрын
Sir , make a video on linter plugin for cpp users in sublime .
@OdatNurd3 жыл бұрын
Thanks for the suggestion, I've added this suggestion to the topic list. It's possible that this will be covered for LSP prior to any videos about SublimeLinter in general, since both can do the same things (in most cases) and LSP is more of a value add proposition.
@lightyagami-qu9yr2 ай бұрын
Thank you so much, sir If you are reading this please reply sir