Sublime Text Basics: All the Best Features in One Video

  Рет қаралды 429,894

tutoriaLinux

tutoriaLinux

Күн бұрын

Пікірлер: 147
@skaruts
@skaruts 4 жыл бұрын
Also useful: - *Ctrl+G* (go to line) opens the search with *_':'_* already inserted, so you just type the line number to go to and - *Ctrl+Alt+Up/Down* creates new cursors in prev/next lines - *Ctrl+MMB* creates new cursors just like the above, but it has one advantage: if you *Ctrl+MMB+drag up or down* it just makes more cursors, but when you also drag to the sides it selects text, and when it does that it also ignores empty lines, and that's quite useful if the lines you want to "multi-edit" aren't adjacent. If there's any empty space between them, then dragging a selection through there is much quicker than having to single click on many lines. - *Shift+P -> ww -> enter* will let you quickly toggle word wrapping (just be mindful that it highlights "word wrap". It probably does, especially if you used this before). I use this a lot, as I also edit many non code files. In fact this comment was copied to and from ST before I posted it, because otherwise youtube screws up newlines... ST makes sure it doesn't. - *The ST console* lets you use python. It's basically IDLE but more limited. You can use it as calculator or even for some more complex stuff. I'm not sure what is the shortcut though, because in my Portuguese keyboard it's Ctrl-Ç, and Ç doesn't exist in english afaik. (It's next to L though, so try that.) - *You don't have to save files,* as ST, by default, keeps everything cached. So you can close the editor and reopen, and everything is like it was, saved or not. Besides the obvious, this is also really great for using ST for taking quick notes, without having to physically create new files or having to discard them when you close the editor. - (EDIT) You can use unindented comments to create foldable sections in long blocks of code, if you need. This is possible because ST lets you fold pretty much any lines of any kind that have indented lines below them (except if they have only a one line block, in which case you can add an empty line in between). Just thought of this while responding to another comment.
@devashishverma3950
@devashishverma3950 5 жыл бұрын
damnnnnnn. SUblime is an underdog. I had been using sublime for a while, and i had no idea you do so much in it.
@baldyardigan
@baldyardigan 5 жыл бұрын
I just bought sublime text after refusing to for a year (I own a company so I do have to buy a license) and I am glad I made the jump I can't really explain it but it just works better than any other editor I have tried. it's not even about the speed or looks, it just works in a more fluent manner.
@goated-yt2370
@goated-yt2370 3 жыл бұрын
It’s 2 years, but I wish you the best with your company
@Dante3085
@Dante3085 5 жыл бұрын
Damn, I instantly love sublime. Fast, clean, leight-weight. No bullshit.
@FredPrasuhn
@FredPrasuhn 7 жыл бұрын
One of the things I look for when considering a new "app" is how to learn the app. I am a visual learner! So, KZbin has become a great source for me. Any suggestions for videos to learn? Order of learning? Writing code is a new adventure for me. Thanks!
@filipcza2
@filipcza2 7 жыл бұрын
Control+k+1/2/3.. is quite useful for contracting and expanding all the methods in the file/class. For example use control+k+2 to contract all the methods, except where your cursor is and you can expand them back with control+k+1. 3,4 so forth contracts the higher level of {}'s. Useful for easily hiding bigger if/else jungles.
@observant_sound
@observant_sound 4 жыл бұрын
This is one of the best intros to an instructional video I've ever seen! I know exactly what I'm getting into and I'm super engaged just by you asking me for my time! Just wanted to share this
@avibank
@avibank 7 жыл бұрын
I guess I never used emacs, but when you're impressed with a file tree gui, that is kinda weird to me.
@tonybp
@tonybp 7 жыл бұрын
I keep trying all these other editors, sometimes for weeks at a time and I keep comming back to Sublime. Atom seemed promising until it got slooow with some of my files.
@Cerbyo
@Cerbyo 5 жыл бұрын
Ughhh I hated atom the first time I loaded it up. my pc did too...whole thing was like a game was running. Bloatware. Reminded me of steam.......millions of tabs and crap to close before u even get to typing. u want something u can just leave on 24/7 and not care about draining ur computers soul.
@walterclementsjr.5947
@walterclementsjr.5947 4 жыл бұрын
@@Cerbyo i switched to sublime after using atom for a week. i can't open it along with a browser without making my laptop go brrrrrrr. the package bugged all the time, and no discussion on the their github had a solution to fix em. on occassions when i turned it off it would't go away and ran in the background then had 1GB of RAM for itself.
@leathernluv
@leathernluv 5 жыл бұрын
Normally, I use nano or kwrite because their features don't get in my way. However, if I need features, it's sublime. I don't care for full on IDE's. Also, sometimes the editors I use are immediately upon install even before network access, so that precludes a lot.
@2006glg
@2006glg 6 жыл бұрын
Great video. I am in a bootcamp right now that encourages use of Sublime, though I am also going to use Atom, too. Thanks for this. This is great for us newbies. :-)
@FroL_Onn
@FroL_Onn 2 жыл бұрын
Do you still use sublime? Is it still your main editor or what role does it have?
@ovskihouse5271
@ovskihouse5271 2 жыл бұрын
Hi there, i have a problem,. Miss symbole in left of sublime Which group many lines in one only. Flèche/triangle How can i find it
@Cerbyo
@Cerbyo 5 жыл бұрын
to replace something in just 1 file ur working on just click the word and alt+f3 will select all instances of it.....or just ctrl+d however many times necessary to select them all.
@jameswang3222
@jameswang3222 2 жыл бұрын
Thank you, best intro! Probably going to be my go-to text editor from now on.
@colindante5164
@colindante5164 4 жыл бұрын
Thankyou for taking the time in making this tutorial and showing us all the tricks Sublime has to offer. Greatly appreciated. Cheers ))
@brettaylor2661
@brettaylor2661 6 жыл бұрын
Thanks for the video. I just downloaded it and am happy to find this useful 'getting started' video.
@maxsteel9684
@maxsteel9684 7 жыл бұрын
I have nothing against GUI based text editors, but I love using CLI text editors: NeoVim and Emacs. Nothing beats the power, productivity and efficiency of the text editors. Plus high customization, literally you can turn them into IDE. Actually I don't remember the last time I used GUI based text editor or IDE. I don't understand programmers who use Windows. Except those who develop platform specific software and apps. I am talking about C# and Objective-C/Swift.
@casquee
@casquee 3 жыл бұрын
Thanks a lot for sharing all this! Very well explained.
@darylcheung2027
@darylcheung2027 2 жыл бұрын
Command is command shift P, thank god finally it took me so long but i finally get it!
@meneerjansen00
@meneerjansen00 4 ай бұрын
I needed this. Thanks! 🙂
@thehanke
@thehanke 4 жыл бұрын
Made me really anxious for you to see those AWS keys in the open like that. I hope they’re not production ones. Jeepers mate.. :0
@tutoriaLinux
@tutoriaLinux 4 жыл бұрын
Hah, good instincts. I created AWS Keys specifically for this set of videos, and then revoked them before posting.
@annxiao7721
@annxiao7721 2 жыл бұрын
I like changing color scheme the most. my fav is aristocrat :)
@zauche81
@zauche81 7 жыл бұрын
Is there a package which enables "function shrinking" by clicking a symbol beside the function head ? (like in eclipse, notepad++,....) Thanks in advance !
@idoh1010
@idoh1010 3 жыл бұрын
ctrl button doesn't do anything in my sublime text as opposed to the options you showed with it.. might it be something in the settings?
@MetalGear2k
@MetalGear2k 7 жыл бұрын
not too bad feature-wise :) if you want to go the open-source path "atom-editor" has basically the same features (and markup in the folder tree for source control ) -> nonetheless nice vid :D
@twilightgeneral777
@twilightgeneral777 3 жыл бұрын
This was a nice, quick intro!
@maxns1031
@maxns1031 5 жыл бұрын
IS there anyway to get options into sublimetext? I know jupyter has the option of doing tab in scenarios for example: mylist.'hit tab' and it will give me options like .pop, .append etc.. Is this available on sublime text? cant seem to find it.
@NickMcCathyTX
@NickMcCathyTX 7 жыл бұрын
Thanks Dave! Have you given VS Code a look yet? I've been using it recently as my main graphical editor on Windows and Linux systems. It's seeing a rapid pace of development, and has great git integration
@tutoriaLinux
@tutoriaLinux 7 жыл бұрын
I've finally downloaded it and am giving it a try over the next few weeks. It looks really nice so far, thanks for the recommendation!
@JackDD
@JackDD 7 жыл бұрын
I've been using Atom for quite a while. It has most of the features you mentioned; probably all of them. It's also free and open source, and development on it is more active these days. Might be worth trying it out.
@18yearoldsinglemalt
@18yearoldsinglemalt 7 жыл бұрын
Ever noticed how much of an input lag atom has compared to other popular editors?
@JackDD
@JackDD 7 жыл бұрын
Spice BäMM No, but I'll see if I notice it at some point. What kind of system are you using?
@tutoriaLinux
@tutoriaLinux 7 жыл бұрын
Input lag has been my complaint too, on Linux. I just tried it on a Mac and it seems much better. I'll give it my yearly honest shot over the next few weeks. I really *want* to like atom, but I haven't found it to be a 'good enough' replacement for sublime yet. Input lag, bugs in the 'undo' mechanism, etc. Small things that add up.
@DwightWilbanks
@DwightWilbanks 7 жыл бұрын
I want to like sublime, but, have not found it good enough to replace eclipse.
@loolyprimo7475
@loolyprimo7475 6 жыл бұрын
my friend can you be more specific as to atom ? the complete name is ? and how i download thanks for the info.
@Gaming_Badger
@Gaming_Badger 3 жыл бұрын
This guy is a legend
@Popart-xh2fd
@Popart-xh2fd 2 жыл бұрын
This is before Visual Studio Code, right?
@MrDipankarpanda
@MrDipankarpanda 2 жыл бұрын
Hello Sir, I observed that while in other editor (for example IntelliJ) when ctrl+left click on a function, it goes to that function declaration. Through that way we can easily nevigate through the code. But in Sublime text it doesn't work. Can you please let me know how we can achieve that?
@TheGruselmops
@TheGruselmops 6 жыл бұрын
Great text-editor. But I don't want to use the Arrow keys. Is it possible to use terminal controls(ctrl, alt + f, a, p, e, n,d) somehow. Or is there an alternative, so I don't have to move my right hand, while typing. I can't possibly understand how you can switch from emacs, if sublime don't has that killer-feature.
@tutoriaLinux
@tutoriaLinux 6 жыл бұрын
It's extremely flexible. Something like this might suit your needs (or could be modified to suit them): makble.com/sublime-keybinding-the-basic-selection-and-cursor-movement
@TheGruselmops
@TheGruselmops 6 жыл бұрын
Thanks Dave!
@fe12rrps
@fe12rrps 2 жыл бұрын
excellent intro! thanks!
@cdnuzzo
@cdnuzzo 7 жыл бұрын
Thanks for the great video! Do you find yourself using vim or Sublime more? Which do you like more? I am a user of both and just curious.
@tutoriaLinux
@tutoriaLinux 7 жыл бұрын
I use sublime for software dev and editing text on my local machine. I use vim for all remote editing (changing config files, experimenting around with live code, etc.). That's a balance that seems to work fairly well for me.
@cdnuzzo
@cdnuzzo 7 жыл бұрын
Great minds think alike. I do the exact same thing.
@sndrcve
@sndrcve 4 жыл бұрын
Love the trick at 3:25
@denisbeaulieu5600
@denisbeaulieu5600 4 жыл бұрын
nice
@IvanZupancic
@IvanZupancic 7 жыл бұрын
Thanks for the vid. Where can we see the ansible playlist? why sublime instead of atom or vscode ? (i know there are a bunch of editors .. still curious) Best Ivan
@papamuerte5752
@papamuerte5752 5 жыл бұрын
atom je počasen za popizdit, vs-code je počasen + bloated..vim je top,sam komlpiciran, Subllime ga zmaga;)
@lucasvja8164
@lucasvja8164 3 жыл бұрын
super helpful!
@aylabug
@aylabug 5 жыл бұрын
I'm trying to type out my CSS in Sublime and it was going just peachy until I was trying to code the h2 and it would become highlighted even after I put CSS command palette. Any thoughts??
@JuanSebastianMH
@JuanSebastianMH 5 жыл бұрын
Thanks for all useful information!
@Mr25thfret
@Mr25thfret 2 жыл бұрын
Great tutorial. Really helpful! Thanks for creating this!
@485Runner
@485Runner 7 жыл бұрын
Best part was the end "And I'm on call and I'm being paged" Don't you hate that?
@tutoriaLinux
@tutoriaLinux 7 жыл бұрын
Part of me likes it. Admittedly, it's a very perverted and sad part of me, but hey whatayagonnado.
@snooze8371
@snooze8371 7 жыл бұрын
Give atom time and it will decay the competition. "The half-lives of radioactive atoms have no known upper limit, spanning a time range of over 55 orders of magnitude , from nearly instantaneous to far longer than the age of the universe"
@tutoriaLinux
@tutoriaLinux 7 жыл бұрын
Hehe, I really hope so. I can imagine that in a few years, atom will have gotten most of the TextMate/Sublime market share. I'd be a happy man for the rest of my days with just emacs and future-utopia-atom.
@snooze8371
@snooze8371 7 жыл бұрын
i want to become a linux sysadmin but i don't know were to start . I have a computer science degree but i need to brush up on my networking(tcp/udp , ip addresing,cisco stack) and programming skills(python,django). Which books are the best from the humblebook-linux bundle or what other source do you recommend .Also i played around with rpi 0,1,3 running arch and some motors,cameras. A video exlaining different ip adressing situation/examples and how to solve them would be awsome ! :)
@tutoriaLinux
@tutoriaLinux 7 жыл бұрын
Yeah, networking is one of those things I've really neglected. If I cover it, I want to do it right, and networking is a big subject. For the basics, I actually like the Net+ study materials. Getting one of the older editions of the Mike Meyers study guides is enough to cover the skills you need for a junior role. If you've got a spare $100, you can grab the cisco switching and routing cert study guides, but I haven't done that myself so I can't recommend for or against them. RE: Programming skills, I'm doing a Python course right now (basic, intermediate, a bunch of practical projects, and then advanced stuff). If you already have some experience, then the official Python docs are excellent. I recommend just finding a simple project that you want to do, and then just starting to write code.
@hishambasil1935
@hishambasil1935 5 жыл бұрын
I really like this kind of useful videos
@haniihsanuddin9585
@haniihsanuddin9585 3 жыл бұрын
Thanks for this!
@bitkahuna
@bitkahuna Жыл бұрын
sublime is obviously powerful, but the documentation stinks. this video was very helpful, thank you!
@snipershot210
@snipershot210 7 жыл бұрын
If I have a bachelor's degree in chemistry and I specialize in computational chemistry, is there any chance I can get a job as a junior sysadmin? (I have been using linux for about 3-4 years now and I know a thing or two about networks). My other option if I don't get a job in chemistry is data science, but I find that less exciting.
@cswann8
@cswann8 7 жыл бұрын
Yes. Get your Comptia Linux+ cert. That is your entry-level Linux Sys Admin cert. A friend of mine who was a desktop tech in a Windows environment, got this cert and is now an admin for IPSoft in Austin TX with no prior experience as a server admin.
@ukelaalred2575
@ukelaalred2575 4 жыл бұрын
This was awesome! Thanks!
@neelabsidiqyar1902
@neelabsidiqyar1902 4 жыл бұрын
Thank you very much
@xNityo
@xNityo 6 жыл бұрын
@tutoriaLinux, i just started teaching myself programming, and i am using sublime text, but some commands don't work right. For example when i write "html" and press tab, it does nothing instead of making a !DOCTYPE, can anyone give me an answer to that, i seem to find it nowhere?!?!
@tutoriaLinux
@tutoriaLinux 6 жыл бұрын
You might need the html boilerplate package. Hit ctrl-shift-p and type 'install package', then search for likely html-boilerplate-related things and hit enter over the one you want to install.
@lenihardiyanti567
@lenihardiyanti567 2 жыл бұрын
Where should I get that the folder (1.45 minutes), I'm still new
@tutoriaLinux
@tutoriaLinux 2 жыл бұрын
That folder is just an example of a project I have on my machine - basically, the “open folder” feature lets you have multiple files in your workspace at once, which makes it easy to work with real-life (larger) software projects.
@mobinza
@mobinza 4 жыл бұрын
nice , thanks for your tutorial
@insight-vf9nc
@insight-vf9nc 4 жыл бұрын
thank you
@alibaba8266
@alibaba8266 6 жыл бұрын
What is the blue theme you are using ?
@ja.digital617
@ja.digital617 2 жыл бұрын
thanks pal.
@redtidemusic4901
@redtidemusic4901 6 жыл бұрын
HI! How do you save an image to the image folder?!
@wolfmafia5621
@wolfmafia5621 4 жыл бұрын
what is that dark blue color scheme?
@nowpwning
@nowpwning 7 жыл бұрын
challenge: vim in 10 minutes
@tutoriaLinux
@tutoriaLinux 7 жыл бұрын
Great idea. Will start thinking about how to structure that now :-D
@joshuaresendiz6218
@joshuaresendiz6218 5 жыл бұрын
are you using i3 wm as you Desktop Environment?
@tutoriaLinux
@tutoriaLinux 5 жыл бұрын
Yep!
@migueltoledopy
@migueltoledopy 5 жыл бұрын
Thank you!
@fy6901
@fy6901 6 жыл бұрын
15:00 - 18:08
@shaylempert9994
@shaylempert9994 6 жыл бұрын
Thank you very much.
@FroL_Onn
@FroL_Onn 2 жыл бұрын
Being "emacs-for-all-the-things" my self. What on Earth has driven you from emacs to sublime?
@rimantasdanilevicius6754
@rimantasdanilevicius6754 6 жыл бұрын
How to make script with colors? I have always white.
@marcandrei6731
@marcandrei6731 4 жыл бұрын
if you have time to reply please read:i get to pages where i can write code in the same window pls help to close the other one it doesen t bother me while writing but visualy it pisses me off
@sammygun84
@sammygun84 5 жыл бұрын
WHAT IS YOUR FAVORITE EDITOR TODAY? vs code?
@tutoriaLinux
@tutoriaLinux 5 жыл бұрын
I still use mostly Sublime. Occasionally vscode for its excellent HCL support (terraform etc.)
@Astromyxin
@Astromyxin 4 жыл бұрын
I'm 3 minutes in and I have no idea what's going on. I know how to open a folder and open a project, but I don't know why I need a folder or what a project is.
@bugzy8466
@bugzy8466 6 жыл бұрын
How do you make columns ? via CSS display ?
@이영섭학부재학바이오
@이영섭학부재학바이오 3 жыл бұрын
Thanks! :)
@inzaiplays2147
@inzaiplays2147 6 жыл бұрын
Is it available in ipad 4
@Shibansh
@Shibansh 5 жыл бұрын
Error:Could not find or load main class "class name" help
@DominoIncogneeto
@DominoIncogneeto 3 жыл бұрын
Can i use python java ruby sql
@ashf8960
@ashf8960 5 жыл бұрын
Great video!
@Cerbyo
@Cerbyo 5 жыл бұрын
u forgot alot of them, multitab and stuff woulda been good to go over. plus the others i want but dont know how to dooooooo
@FantasyPitzy
@FantasyPitzy 5 жыл бұрын
Salut. Esti roman?
@freelancerpollob7426
@freelancerpollob7426 4 жыл бұрын
tnx
@jonathancuadero3763
@jonathancuadero3763 6 жыл бұрын
wow ? thank you
@aminamini9191
@aminamini9191 2 жыл бұрын
♥️♥️♥️♥️♥️
@kyurdi
@kyurdi 7 жыл бұрын
Which font is that?
@zperk13
@zperk13 5 жыл бұрын
what os is that?
@mitigiant5328
@mitigiant5328 6 жыл бұрын
it can't show the page ?
@kseniamikoajek8353
@kseniamikoajek8353 5 жыл бұрын
nice!
@nitinjazz
@nitinjazz 6 жыл бұрын
NICE!
@שחרנחמיה-ק3ט
@שחרנחמיה-ק3ט 5 жыл бұрын
How to increase your code space in sublime text 3
@mccama19
@mccama19 5 жыл бұрын
When I read the title "Basics" I kind of was hoping to find the basics.
@tutoriaLinux
@tutoriaLinux 5 жыл бұрын
What were you expecting to see? Which questions did you have that this video didn't answer? Happy to help or make another video if you've got some things left that you can't figure out. Cheers.
@wmunny
@wmunny 7 жыл бұрын
that is so paradoxical using i3 and sublime
@tutoriaLinux
@tutoriaLinux 7 жыл бұрын
Why paradoxical? A great window manager and a great editor go together quite nicely!
@NathanielHarari
@NathanielHarari 5 жыл бұрын
"...and I switched from using emacs for almost everything..." *clutches at heart* *gasping for air* ...help...help me....heretical speech....words...have...hurt...me........ :D (still an emacs user...) But I need to learn this for a class I'm taking so....here I go....
@norahclarissa6352
@norahclarissa6352 5 жыл бұрын
Really really good into (y) Merci merci :)
@ksoluch
@ksoluch 7 жыл бұрын
why pay for sublime if you have vim and emac for free
@tutoriaLinux
@tutoriaLinux 7 жыл бұрын
Because Sublime has different features, a lower learning curve, and many people find it preferable for common tasks.
@jdfurlong9199
@jdfurlong9199 6 жыл бұрын
Why pay for anything when you have internet
@Gruuvin1
@Gruuvin1 6 жыл бұрын
Why not use what you like better if you don't mind paying for it?
@amraboughazala5986
@amraboughazala5986 5 жыл бұрын
Seems to be that nothing can replace pen and paper. That is sad.
@Captain_Ronaldo7
@Captain_Ronaldo7 Жыл бұрын
how to make a website useing Sublime Text
@ronenbenzikri232
@ronenbenzikri232 5 жыл бұрын
Funny thing you say in 15 min but the cideo is 18 min
@riship987
@riship987 3 жыл бұрын
hi
@abduregraphicsdesign6990
@abduregraphicsdesign6990 5 жыл бұрын
My sublime text messed "lorem ipsum
@drlucky5474
@drlucky5474 6 жыл бұрын
showing lilte but spent times
@ambassadorofpain1
@ambassadorofpain1 7 жыл бұрын
Proprietary software? Absolutely barbaric.
@karimjerbi7284
@karimjerbi7284 7 жыл бұрын
and such efficiency ! 58mb of ram compared to atom's 431mb !
@BombaSumergibleMx
@BombaSumergibleMx 5 жыл бұрын
Holas, Que tal? les posteo desde Hidalgo Mex. Buen video, Alguien aquí busca intercambiar reseñas? Tengo varios blogs Quiero mejorar mis rankings en motores de busqueda y mi contacto esta en mi usuario Muchisimas gracias Hasta luego
@rantstips9231
@rantstips9231 5 жыл бұрын
Challenge get right to the damn point.
Linux Command: 'tee' - Watch & Log Command Output
6:00
tutoriaLinux
Рет қаралды 33 М.
I tried 10 code editors
10:28
Fireship
Рет қаралды 3,1 МЛН
Миллионер | 2 - серия
16:04
Million Show
Рет қаралды 1,7 МЛН
버블티로 부자 구별하는법4
00:11
진영민yeongmin
Рет қаралды 24 МЛН
Sublime Text 3 Setup - Most Important Packages
20:06
Alessandro “Alecaddd” Castellani
Рет қаралды 483 М.
Make Your Sublime Text Elegant! ✨
8:00
Nuno Maduro
Рет қаралды 37 М.
8 Basic lsof Commands Every Sysadmin Needs to Know
15:21
tutoriaLinux
Рет қаралды 168 М.
Basic tmux Tutorial - Windows, Panes, and Sessions over SSH
11:24
tutoriaLinux
Рет қаралды 505 М.
Best Sublime Text Features and Shortcuts (Mac)
19:10
Corey Schafer
Рет қаралды 23 М.
The Best Sublime Text 3 Settings and Packages
10:59
Tech With Tim
Рет қаралды 240 М.
Sublime Text Tips and Shortcuts | Sublime Text Best Features
13:44
Introduction to systemd timers
13:08
tutoriaLinux
Рет қаралды 19 М.
The Linux 'script' Command: Record Your Shell Sessions
7:50
tutoriaLinux
Рет қаралды 52 М.
[PT02] The Ultimate guide to understanding the Sublime Text UI!
12:25
OdatNurd - Sublime Text Tutorials
Рет қаралды 15 М.