"Lorem Ispum" is real Latin, it's just jumbled up. The words are real and some parts make sense in very small chunks, but it's so garbled that it makes no sense as a whole. Interestingly, It has been in use since the 1500s. The source of the text comes from Cicero's "De Finibus Bonorum et Malorum" (the extremes of good and evil), which begins: "Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..." which roughly means 'There is no one who wants pain itself, who seeks after it and wants to have it. Thanks for the video.. I learned a few tricks and I'll start using them.
Really been enjoying your videos Scott. Just discovered your content watching your current Windows 11 video. Your videos are always relevant, comprehensive and clear. Outstanding job.
ALT + LEFT/RIGHT ARROW - this one is also great! Basically it's a history of your cursor positions across ALL FILES so you can quickly go back to exact places you were before with ALT + LEFT
I thought I knew most of them but Alt-Shift Right Arrow blew my mind. Now I can expand if statements, without having to find the end and beginning bracket
Thank you for the video, but I think that ALT + SHIFT + LEFT/RIGHT and not CTRL + ALT + LEFT/RIGHT is used for expand/shrink selection (summary). Side note, it is good to disable graphic hotkeys on most Intel graphic Windows machines so that you do not accidentally rotate screen by pressing CTRL + ALT + LEFT.
This series is really helpful, you should do more of this. Thanks in advance I hope one day we will be able to pay you or the technology that you are teaching us one day.
I got obsessed with KB shortcuts forever ago, and then I went to a TKL to make the hand-mouse journey shorter when I had to use it. Then I went 60%, and I can't ever go back. Having everything you need literally right under your fingers is incredibly efficient. The journey to arrow keys becomes like going to the mouse. I'm really fast, but I am practically useless on any KB that isn't 60% and programmed with my version of QMK! 😂
I like, how you don't discard mouse completely, but advise to use it wisely, unlike some purists, who think mouse is completely useless. In some cases using mouse is actually faster than control clicking through several words. Also a little tip: you can grab your selected text with a mouse, and drag it into a different spot in the document, which is the equivalent of cutting and pasting without using the clipboard.
In the last section when you review the commands, for expand selection you say Shift Alt but you write Ctrl Alt. I think it’s Shift Alt, but just so you know.
Lorem ipsum, contrary to popular belief, is not random. It is Latin. It is a poem by Marcus Tullius Cicero. A contemporary of Julius Caesar, who had served as consul, and played a key, though perhaps disingenuous, role in legitimizing the rise of the first emperor Augustus.
I remember when i learned multicursor concepts in text editors (with sublime text) and it just change the game for me and I use the package manager to do aligning, selecting by reg ex, increment selection, and so many more cool extensions. makes the use of excel obsolete to me.
Hey Scott, thank you so much for the videos. Could you do one on hex editors? I only have used them once or twice to see BOMs but I don't know why would they be useful.
If it's the selection expansion you're after in Visual Studio, use Shit+Alt+= for Expand Selection or Shit+Alt+] for Expand Selection To Containing Block.
Fun times when you're on a deadline and your mouse dies while you have no replacement! This happened to me once, I discovered how slow a mouse causes me to become. After that incident, I made a great effort to do anything without a mouse. There were few obstacles, notably accessing a context menu with some system tray notification applications.
"You've got one hand on the left side of the keyboard, if you've got two hands". Just in case you only had one hand and were still interested in efficiency of typing.
"Lorem Ispum" is real Latin, it's just jumbled up. The words are real and some parts make sense in very small chunks, but it's so garbled that it makes no sense as a whole. Interestingly, It has been in use since the 1500s. The source of the text comes from Cicero's "De Finibus Bonorum et Malorum" (the extremes of good and evil), which begins: "Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..." which roughly means 'There is no one who wants pain itself, who seeks after it and wants to have it.
Thanks for the video.. I learned a few tricks and I'll start using them.
Instead of "Ctrl-Shift-L", I often use "Ctrl-D" in VSCode, because I want to slowly expand current selection to the next occurrence. Great video!
Ctrl + backspace - delete word behind cursor. Awesome video. Thanks Scott
interesting, i just did ctrl+shift+leftarrow, backspace
I've been in IT for 19.5 years and didn't know some of these shortcuts. Thanks a bunch!
Holy code Scottman!
This is possibly your most basic, yet most important video to date :D
They should teach this in elementary school.
Thank you!
Really been enjoying your videos Scott. Just discovered your content watching your current Windows 11 video. Your videos are always relevant, comprehensive and clear. Outstanding job.
There is a typo @18:02. I think it is "SHIFT ALT --> " for expanding sexlection. line number 13
ALT + LEFT/RIGHT ARROW - this one is also great! Basically it's a history of your cursor positions across ALL FILES so you can quickly go back to exact places you were before with ALT + LEFT
I love the uniqueness and the quality material you put on your channel.
Thank you so much.
I know about triple-click for a while. But it's the first time I see someone else talk about this feature. Thanks for the fourth, Scott!
I thought I knew most of them but Alt-Shift Right Arrow blew my mind. Now I can expand if statements, without having to find the end and beginning bracket
Hey Scott - minor thing: in your summary @ 17:56 you type CTRL ALT -> for expand selection, when you meant (and said out loud) SHIFT ALT ->
Loved all the new shortcuts I didn't know / use often enough. Great content, keep it up!
Thank you so much for this video, i thought I knew a few cool shortcuts and but you have blown my mind and now you have shown me some new ones. Thanks
Another great video. I was a Senior Architect 7 years into my Dev career when I learned Shift + Ctrl + ⬅️.
Thanks Scott. Very useful even if you are not a beginner developer.
7:35 Where do you buy a Microsoft Natural Ergo Keyboard 4000 in 2021? 🤔
Hi Scott, Always great to listen to you.
Guess one typo in your video at the end when summarising at 18:09. "CTRL ALT ->" instead of "SHIFT ALT ->"
Woah, I learned something new today, many of these I had no idea about, love the move line and copy line hotkeys you showed near the end.
Thus is really awesome. Could we have a specific session in visual studio editing
Thank you for the video, but I think that ALT + SHIFT + LEFT/RIGHT and not CTRL + ALT + LEFT/RIGHT is used for expand/shrink selection (summary). Side note, it is good to disable graphic hotkeys on most Intel graphic Windows machines so that you do not accidentally rotate screen by pressing CTRL + ALT + LEFT.
This is so good Scot! I have never heard about most of those shortcuts before. Thanks! 😃👍
CTRL D to select the word where the cursor is located. Then F3 to find the next instance of that word.
you can achieve the same result by redoing Ctrl + D
I know some of the shortcut, but there are many that I just happen to know in the video. Well done.
What's that software you mentioned at @2:33? Karnak? Can't seem to find the right way to spell it.
This series is really helpful, you should do more of this.
Thanks in advance I hope one day we will be able to pay you or the technology that you are teaching us one day.
Scott is the hero. Super helpful video.
What you are doing is very needed. Thank you. Also you probably should have left the Latin alone.😀
I got obsessed with KB shortcuts forever ago, and then I went to a TKL to make the hand-mouse journey shorter when I had to use it. Then I went 60%, and I can't ever go back. Having everything you need literally right under your fingers is incredibly efficient. The journey to arrow keys becomes like going to the mouse. I'm really fast, but I am practically useless on any KB that isn't 60% and programmed with my version of QMK! 😂
I like, how you don't discard mouse completely, but advise to use it wisely, unlike some purists, who think mouse is completely useless. In some cases using mouse is actually faster than control clicking through several words.
Also a little tip: you can grab your selected text with a mouse, and drag it into a different spot in the document, which is the equivalent of cutting and pasting without using the clipboard.
CTRL + ENTER is another favorite of mine. Inserts and jumps to a new line below selected line.
In the last section when you review the commands, for expand selection you say Shift Alt but you write Ctrl Alt. I think it’s Shift Alt, but just so you know.
Awesome, some I did know, although multiline quick change is way amazing. Also Carnac! nice adittion
Amazing! A lot of neat tricks I didn't know of!
Wow! Great Vid. So helpful. You have saved me so much time! Thank you.
Hi Scott, Can you cover video for hotkeys for mac? if its not possible then sheet of hotkeys should do the job as well.
I overrode CTRL-D to "delete current line" as in Eclipse. Very useful when programming.
wow, this is exactly what I was looking for. Thank you!
Lorem ipsum, contrary to popular belief, is not random. It is Latin. It is a poem by Marcus Tullius Cicero. A contemporary of Julius Caesar, who had served as consul, and played a key, though perhaps disingenuous, role in legitimizing the rise of the first emperor Augustus.
I remember when i learned multicursor concepts in text editors (with sublime text) and it just change the game for me and I use the package manager to do aligning, selecting by reg ex, increment selection, and so many more cool extensions. makes the use of excel obsolete to me.
Very useful! Always more to learn! Love the series!
I'd be very interested in getting more on vs code tips.
Keep this series going
Summary start: 14:53
Hmmm.... strange, many of the shortcuts shown do not work neither VS nor VS Code on my pc, which is interesting as I use the default configuration
10:41 What sorcery is this? 😆
Thank you, these keyboard skills are amazing
11:25 I am pretty experienced at this type of stuff, but that is pretty wild. Kind of like a targeted "rename" or "refactor". Nice!
Thanks. Very helpful indeed.
Is Carnac available for mac user in this USA?
Great video! Is it bad that I stil use ctrl-ins, shift-ins and shift-del for cut & paste?
Woah! Ctrl + Shift + L was something I didn’t know about!
Is there a way in VS code to create the multiple cursors without using the mouse?
The expand collection one was really cool 😯
Could you make a video on path variables and adding things to path?
Sure
@@shanselman wow thank you so much!
Anyone knows what theme is used in the video?
That's "Yonce" from Mina Markham
does anyone know what theme is he using??
Yonce in Code
Thank you. You are awesome.
Very detailed video. Thanks a lot guy!
If I click the menu Selection -> Select all occurrences it works, but if I Ctrl + Shift + L it deletes a line. :(
Hey Scott, thank you so much for the videos. Could you do one on hex editors? I only have used them once or twice to see BOMs but I don't know why would they be useful.
ua-cam.com/video/jeIBNn5Y5fI/v-deo.html
Ian Leff Thank you
I knew vim could do this, but I could not find it in vscode.
Thanks 👍👍👍👍👍👍 great
0:56 Ok, now I'm waiting for a Vim video! 😄
Some of the shortcuts unfortunately don't work in Visual Studio, would be cool to have them all also in VS not just in code. Great video :)
If it's the selection expansion you're after in Visual Studio, use Shit+Alt+= for Expand Selection or Shit+Alt+] for Expand Selection To Containing Block.
Which theme are you using in VSCode ?
That's "Yonce" from Mina Markham
@@shanselman Thanks. I'll try it.
ALT+SHIFT+UP/DOWN: Copy current line(s) up or down
Fun times when you're on a deadline and your mouse dies while you have no replacement! This happened to me once, I discovered how slow a mouse causes me to become. After that incident, I made a great effort to do anything without a mouse. There were few obstacles, notably accessing a context menu with some system tray notification applications.
Also, yes, I do have some backup input devices...
Thank you!
AMAZING
Great stuff
I think your next video on Internationalization of the code, like in general with all programming languages.
fantastic
"You've got one hand on the left side of the keyboard, if you've got two hands". Just in case you only had one hand and were still interested in efficiency of typing.
Thanks fella!
It takes some time to get your muscle memory used to new shortcuts
I wish you did this for Mac too
Just replace any control with command or alt. The rest is the same.
I knew the ones with Alt existed, just not what the hotkeys were.
"and they will go up here . . and they will press this bit . . "
Yep. Nothing worse than waiting for a menu-using supervisor copy and paste.
I was also today days old when I learned Shift + Alt 😮😮.
Learn vi bindings. Done!
Speaking my language! Avoid the mouse at all costs is my motto.
I pretended to be a programmer until this.
And I'm sitting here wishing half these worked in MATLAB :'(
Scott, do a video on braiding hair. I really want to see you do it
When I was in school VS Code didn't even exist ;)
Your microphone is too high quality. Gum smacks are loud
Thanks for shift+ctrl+\ though!
OMG, what! We are talking keyboard efficiency and you are using “Ctrl-p >”!! Just us F1 my good man. lol
Exactly! :-) CTRL+SHIFT+P works too