Sublime Text Basics: All the Best Features in One Video

  Рет қаралды 430,834

tutoriaLinux

tutoriaLinux

Күн бұрын

Пікірлер
@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.
@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.
@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
@baldyardigan
@baldyardigan 6 жыл бұрын
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
@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 ))
@Dante3085
@Dante3085 6 жыл бұрын
Damn, I instantly love sublime. Fast, clean, leight-weight. No bullshit.
@jameswang3222
@jameswang3222 3 жыл бұрын
Thank you, best intro! Probably going to be my go-to text editor from now on.
@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.
@meneerjansen00
@meneerjansen00 7 ай бұрын
I needed this. Thanks! 🙂
@twilightgeneral777
@twilightgeneral777 3 жыл бұрын
This was a nice, quick intro!
@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. :-)
@casquee
@casquee 4 жыл бұрын
Thanks a lot for sharing all this! Very well explained.
@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!
@brettaylor2661
@brettaylor2661 6 жыл бұрын
Thanks for the video. I just downloaded it and am happy to find this useful 'getting started' video.
@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.
@Mr25thfret
@Mr25thfret 3 жыл бұрын
Great tutorial. Really helpful! Thanks for creating this!
@JuanSebastianMH
@JuanSebastianMH 5 жыл бұрын
Thanks for all useful information!
@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.
@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
@Teddy_Toto
@Teddy_Toto 2 жыл бұрын
excellent intro! thanks!
@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.
@hishambasil1935
@hishambasil1935 5 жыл бұрын
I really like this kind of useful videos
@ukelaalred2575
@ukelaalred2575 5 жыл бұрын
This was awesome! Thanks!
@Gaming_Badger
@Gaming_Badger 3 жыл бұрын
This guy is a legend
@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?
@FroL_Onn
@FroL_Onn 3 жыл бұрын
Do you still use sublime? Is it still your main editor or what role does it have?
@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 !
@darylcheung2027
@darylcheung2027 2 жыл бұрын
Command is command shift P, thank god finally it took me so long but i finally get it!
@lucasvja8164
@lucasvja8164 3 жыл бұрын
super helpful!
@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.
@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.
@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.
@annxiao7721
@annxiao7721 3 жыл бұрын
I like changing color scheme the most. my fav is aristocrat :)
@haniihsanuddin9585
@haniihsanuddin9585 3 жыл бұрын
Thanks for this!
@MrDipankarpanda
@MrDipankarpanda 3 жыл бұрын
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?
@mobinza
@mobinza 4 жыл бұрын
nice , thanks for your tutorial
@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??
@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
@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!
@sndrcve
@sndrcve 4 жыл бұрын
Love the trick at 3:25
@TheGruselmops
@TheGruselmops 7 жыл бұрын
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 7 жыл бұрын
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 7 жыл бұрын
Thanks Dave!
@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.
@ashf8960
@ashf8960 5 жыл бұрын
Great video!
@Popart-xh2fd
@Popart-xh2fd 2 жыл бұрын
This is before Visual Studio Code, right?
@redtidemusic4901
@redtidemusic4901 6 жыл бұрын
HI! How do you save an image to the image folder?!
@lenihardiyanti567
@lenihardiyanti567 3 жыл бұрын
Where should I get that the folder (1.45 minutes), I'm still new
@tutoriaLinux
@tutoriaLinux 3 жыл бұрын
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.
@alibaba8266
@alibaba8266 6 жыл бұрын
What is the blue theme you are using ?
@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.
@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.
@fy6901
@fy6901 6 жыл бұрын
15:00 - 18:08
@jax_malren
@jax_malren 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
@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.
@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;)
@norahclarissa6352
@norahclarissa6352 5 жыл бұрын
Really really good into (y) Merci merci :)
@bugzy8466
@bugzy8466 6 жыл бұрын
How do you make columns ? via CSS display ?
@migueltoledopy
@migueltoledopy 5 жыл бұрын
Thank you!
@shaylempert9994
@shaylempert9994 7 жыл бұрын
Thank you very much.
@rimantasdanilevicius6754
@rimantasdanilevicius6754 6 жыл бұрын
How to make script with colors? I have always white.
@joshuaresendiz6218
@joshuaresendiz6218 5 жыл бұрын
are you using i3 wm as you Desktop Environment?
@tutoriaLinux
@tutoriaLinux 5 жыл бұрын
Yep!
@marcandrei6731
@marcandrei6731 5 жыл бұрын
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
@bitkahuna
@bitkahuna Жыл бұрын
sublime is obviously powerful, but the documentation stinks. this video was very helpful, thank you!
@neelabsidiqyar1902
@neelabsidiqyar1902 4 жыл бұрын
Thank you very much
@inzaiplays2147
@inzaiplays2147 6 жыл бұрын
Is it available in ipad 4
@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.
@Shibansh
@Shibansh 5 жыл бұрын
Error:Could not find or load main class "class name" help
@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.
@이영섭학부재학바이오
@이영섭학부재학바이오 3 жыл бұрын
Thanks! :)
@Rosenastypeony
@Rosenastypeony 3 жыл бұрын
Can i use python java ruby sql
@kyurdi
@kyurdi 7 жыл бұрын
Which font is that?
@mitigiant5328
@mitigiant5328 6 жыл бұрын
it can't show the page ?
@Astromyxin
@Astromyxin 5 жыл бұрын
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.
@zperk13
@zperk13 6 жыл бұрын
what os is that?
@FroL_Onn
@FroL_Onn 3 жыл бұрын
Being "emacs-for-all-the-things" my self. What on Earth has driven you from emacs to sublime?
@שחרנחמיה-ק3ט
@שחרנחמיה-ק3ט 5 жыл бұрын
How to increase your code space in sublime text 3
@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?
@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.)
@ja.digital617
@ja.digital617 2 жыл бұрын
thanks pal.
@insight-vf9nc
@insight-vf9nc 4 жыл бұрын
thank you
@denisbeaulieu5600
@denisbeaulieu5600 4 жыл бұрын
nice
@nitinjazz
@nitinjazz 7 жыл бұрын
NICE!
@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.
@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?
@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!
@jonathancuadero3763
@jonathancuadero3763 6 жыл бұрын
wow ? thank you
@Captain_Ronaldo7
@Captain_Ronaldo7 2 жыл бұрын
how to make a website useing Sublime Text
@Savan_Triveda
@Savan_Triveda Ай бұрын
I deleted Sublime Text because I couldn't find out how to run and debug bash code in it.
@kseniamikoajek8353
@kseniamikoajek8353 5 жыл бұрын
nice!
@aminamini9191
@aminamini9191 3 жыл бұрын
♥️♥️♥️♥️♥️
@amraboughazala5986
@amraboughazala5986 5 жыл бұрын
Seems to be that nothing can replace pen and paper. That is sad.
@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....
@ronenbenzikri232
@ronenbenzikri232 5 жыл бұрын
Funny thing you say in 15 min but the cideo is 18 min
@riship987
@riship987 3 жыл бұрын
hi
@freelancerpollob7426
@freelancerpollob7426 4 жыл бұрын
tnx
@abduregraphicsdesign6990
@abduregraphicsdesign6990 6 жыл бұрын
My sublime text messed "lorem ipsum
@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
@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 !
Linux Command: 'tee' - Watch & Log Command Output
6:00
tutoriaLinux
Рет қаралды 33 М.
Archiving and Compression on Linux - Basic tar Commands
16:11
tutoriaLinux
Рет қаралды 65 М.
Who is More Stupid? #tiktok #sigmagirl #funny
0:27
CRAZY GREAPA
Рет қаралды 10 МЛН
Непосредственно Каха: сумка
0:53
К-Media
Рет қаралды 12 МЛН
I tried 10 code editors
10:28
Fireship
Рет қаралды 3,2 МЛН
Sublime Text 3 Setup - Most Important Packages
20:06
Alessandro “Alecaddd” Castellani
Рет қаралды 484 М.
8 Basic lsof Commands Every Sysadmin Needs to Know
15:21
tutoriaLinux
Рет қаралды 169 М.
Bash Scripting 6 -- 'If' and Testing Explained
20:04
tutoriaLinux
Рет қаралды 58 М.
Top 10 Linux Job Interview Questions
16:04
tutoriaLinux
Рет қаралды 2,4 МЛН
Sublime Text Tips and Shortcuts | Sublime Text Best Features
13:44
7 Amazing CLI Tools You Need To Try
18:10
Josean Martinez
Рет қаралды 419 М.
18 Commands That Will Change The Way You Use Linux Forever
29:50
Akamai Developer
Рет қаралды 1,3 МЛН
How to Do 90% of What Plugins Do (With Just Vim)
1:14:03
thoughtbot
Рет қаралды 914 М.
Linux Documentation In 2017
20:35
tutoriaLinux
Рет қаралды 20 М.
Who is More Stupid? #tiktok #sigmagirl #funny
0:27
CRAZY GREAPA
Рет қаралды 10 МЛН