What an underrated channel. Love your attention to detail and little edits you have. You put a ton of work in your videos and it shows.
@OdatNurd4 жыл бұрын
Thanks! :)
@dibbyo4564 жыл бұрын
“Realising I’m the only one who edited this file” - LMAO. Anyway outstanding video. Thank you 🙏
@OdatNurd4 жыл бұрын
Thanks! 😁
@msven3 жыл бұрын
those keybindings were AWESOME! I decided to get Sublime Merge and was at first "meh" until I saw that ability.
@OdatNurd3 жыл бұрын
Awesome!
@anildhage3 жыл бұрын
Jesus. Man thank you so much. btw sublime merge is awesome. I started to code not so long ago, but my VScode started using a lot of CPU then guess what? I started Sublime and released a gem-like software sublime merge in it. Wow. By the way, when did this sublime merge come out? is it in 2018?
@OdatNurd3 жыл бұрын
Great to hear! The very first build that was made publicly available was back in September of 2018 indeed; it turned 3 years old just a couple of days ago!
@r2com6412 жыл бұрын
Hello, I have a special question, can Sublimemerge handle sparse checkouts easily? For example, if from the whole repo, I only wanna checkout and maintain certain folders, can it be easily done in this program without any hassle? and how do you do it?
@OdatNurd2 жыл бұрын
As far as I am aware, Merge only has the power to clone whole repositories. However if you were to manually do a sparse clone or sparse checkout, you should be able to work with it from inside of Merge just fine I would think.
@arthurdent20944 жыл бұрын
I recently added a comment to your "Finding Commands" video (which is great too by the way - but it was intended for this video (auto-play had skipped on and I didn't realise when I posted my comment). The question (as well as saying how useful *this* video has been for me) was this... ...Now that I see where to push / pull to remote origin, I find that I have to enter my github username and password each time. Is there anywhere in ST3 that I can set this so that it "remembers" my credentials? (or possibly uses my ssh key as I do from the command line?). Thanks again!
@OdatNurd4 жыл бұрын
Just in case someone runs across this comment and has the same question, the answer for this one is in the comment section of the other video: kzbin.info/www/bejne/jonEqZ6ee8xrabc
@mariyakvitkina66323 жыл бұрын
What to do if there are no Sublime Merge commands in the Command Palette? Sublime Merge is installed.
@OdatNurd3 жыл бұрын
If you don't see the options in the command palette, the most common reasons for that would be one of: The file you're currently editing is not part of a `git` repository, the git support is turned off (show_git_status is set to false), you're using the 32-bit version of Sublime Text or the version you're using doesn't have git support. If none of those are the case, you should see the options in the command palette for files tracked by git even if Sublime doesn't know where Merge is installed (in which case it will tell you what setting you can apply). Less commonly an override might have been made on the default commands file that doesn't include the options. In which case a thing to check would be if the options appear in the context menus for a file or in the side bar. An override like this would look like a file named `Default.sublime-commands` inside of `Packages/Default` (that folder generally does not exist except in cases like this).
@ayushrajput62844 жыл бұрын
How to get that master button in the bottom of sublime text window
@OdatNurd4 жыл бұрын
It should automatically appear if git support is turned on and the current file is stored in a git repository. Git support is turned on by default, but it requires the 64 bit version of Sublime.
@ayushrajput62844 жыл бұрын
@@OdatNurd ok done.. Sir is there any way to have terminal for git(bash) in sublime text like in VSCode
@OdatNurd4 жыл бұрын
@@ayushrajput6284 The Terminus package can do that. I have a video on that here: kzbin.info/www/bejne/o4eTmJuhgtyHh8U
@ayushrajput62844 жыл бұрын
@@OdatNurd awesome video sir 👍 Sir I created my own "NodeJS command prompt" terminal for my sublime text by adding { "name": NodeJS Terminal ", "cmd" : "cmd.exe","/k","nodevars.bat", "env" : {}, "enable" : true, "platform" : ["windows"] } to terminus.Sublime-settings--User Thank you sir again 🙏🙏🙏
@tachyonpost14724 жыл бұрын
Great video thanks. One question though. I dont see the contect menu option on either sidebar file/folder items or when selecting file chuncks. Also not to find in command pallet. I thought it was maybe because i ran an unregistered version. but just bought a license and its still the same. Running latest versions of both and both registered. Any ideas ?
@tachyonpost14724 жыл бұрын
Nevermind. Reinstalled and reconfigured everything from scratch. About 2 hours work with all my plugins etc but now it works.
@OdatNurd4 жыл бұрын
The trial version of Sublime is fully functional so anything you want to try should work the same both ways. The Git support is only enabled in 64-bit versions, so if you're using a 32-bit version it won't appear. If you open a file that's tracked by git, does the status bar show you the name of the branch?
@tachyonpost14724 жыл бұрын
OdatNurd - Sublime Text Tutorials Tnx but as mentioned i reinstalled everything from scratch . Same versions. Guess it was an old plugin as i am a sublime users since years. So likely some old crap from other git plugins blocked something.
@OdatNurd4 жыл бұрын
@@tachyonpost1472 glad you got it sorted! Sorry, KZbin wasn't showing me the whole comment thread. 😁
@simawpalmer77214 жыл бұрын
hi, how can you play videos in sublime text ?
@OdatNurd4 жыл бұрын
Unfortunately, you can't. Sublime can display images, but not videos. I use editing tricks to do so for my videos. :)