500K subscribers! Thank you all for watching and supporting this weird kid! Who knew that me trying things out, learning new things and sharing that on video would be interesting to watch. I’m infinitely grateful! Also if !subscribed: print(”What are you even doing mate, subscribeee”) subscribe() else: print(”Heyyo”)
@marcv6103 жыл бұрын
Heyyo
@aditjoshi69753 жыл бұрын
heyyyyoooooooooooooo (Syntax error)
@rprcreations54703 жыл бұрын
Put a Vlog for this 500k subscribers bro😊....we are waiting to see it 😊... . Also congrats for this achievement bro😘😍💯 .....long way to go💥 .... . A day has never moved without watching your videos😎 .... . Love 💝from India 🇮🇳🇮🇳🇮🇳
@rudrakshmahajan78973 жыл бұрын
congrats bro for 500k hopes high for 1m this year
@tusharkuntawar61703 жыл бұрын
You make nice b roll. I watch for your b roll. I subbed for your b roll.
@yehyaNot3 жыл бұрын
1:32 F2 >> Refactor your Code Rename everywhere 1:57 Selecting a section of text and pressing TAB or Shift + TAB 2:23 CTRL + K +D >> will Format Code ( look nicer) 2:53 CTRL + SHIFT + T >> Reopen closed tabs 3:32 CTRL + Tab >> For Switching between Tabs in your browser 3:53 CTRL + Arrow key Left or Right 4:01 Alt + Right Arrow 4:52 F8 >> Move between different errors 7:10 CTRL + SHIFT + F10 >> To Find Where variable Was declared 7:40 CTRL + BACKSPACE or DELETE >> remove entire word 7:45 SHIFT + END/HOME 8:32 CTRL + p 8:40 F12 8:56 CTRL + s >> Save file CTRL + S + Shift >> to save all files 9:03 CTRL + c >> COPY 9:06 CTRL + v >> Paste 9:10 CTRL + f >> Search 9:13 CTRL + z >> Undo CTRL + Shift + z>> Redo 9:32 Win + Shift + S >> Screenshot [You can use Windows key + PrtSc (print Screen)]
@K0MBIAN3 жыл бұрын
Probably took longer to put together this list than it takes someone to watch Kalle's video...
@8koi1393 жыл бұрын
You can also re-do whit control+y
@yehyaNot3 жыл бұрын
@@K0MBIAN yes 😂 but if anyone want to remember any command it will be easier
@cabji3 жыл бұрын
i found a better combo to switch tabs in a browser: Ctrl + PgUp/PgDn iterates left or right through the tabs. I knew Ctrl+Tab for years, but it's painful to press Ctrl+Shift+Tab to go the opposite direction.
@andrewim84653 жыл бұрын
Thank youuu for this list
@Origameasy3 жыл бұрын
*My most useful shortcut on Windows is Windows+V to open the clipboard and so you can copy several things to paste them later.*
@paulcaubet3 жыл бұрын
or use ditto
@robux_man65773 жыл бұрын
Yes it is so useful
@Gosu97653 жыл бұрын
How to shortcut: step 1 - start using VIM step 2 - survive step 3 - profit
@yusufisbilir75563 жыл бұрын
Good idea
@sebastianc45573 жыл бұрын
Right on!
@jitessh3 жыл бұрын
Basically this. Imagine using Alt/Ctrl to move between words.
@riccardodanmark60993 жыл бұрын
Why not spyder?
@villadseskesen3 жыл бұрын
For vscode: alt+arrow up or down. This moves the line 1 up and formats
@gabriellevesque21853 жыл бұрын
Just for info, same thing for Visual Studio in general and a few other editors/IDEs are doing it too. Some of them, if not by default, you can edit/add a shortcut to implement that fonctionality.
@reactarabic57673 жыл бұрын
alt+shift+ arrow up/down duplicates the selected code
@8koi1393 жыл бұрын
same for PyCharm
@andreapuddu68933 жыл бұрын
alt + up/down (sometimes it's ctrl+shift+up/down) is in almost all editors
@softmetric61403 жыл бұрын
CTRL + C And CTR + V is probably the most used keyboard shortcut for programmers :)
@_timestamp3 жыл бұрын
An implicit "stackoverflow joke"®. nice.
@dannbrown3 жыл бұрын
Or anyone with a computer, I think there’s no shortcut most used than this ever
@Mecagothits3 жыл бұрын
🤣
@liftlinux94213 жыл бұрын
Middle Click & Middle Click probably the most used keyboard shortcut for vim programmers :)
@chikanma50213 жыл бұрын
StackOverflow stuff
@AeroNews13 жыл бұрын
Hi Kalle! Another useful tip for all laptop users is function(fn) + Escape(only if there is a lock image on the key) . This helps because you dont have to press fn key to use f1 , f2 , f3 and such. This makes it so that you dont have to press fn to use the function key , but you do have to press to use the media keys and such
Thank You For Watching And For More Feedback & Guidance Contact Via {W} {h} {a} {t} {s} {A} {p} {p} Directly = {+1} {9} {0} {9} {3} {1} {2 } {5} {0} {3} {9}......
@rishabhtomarA7da6 Жыл бұрын
two more useful shortcuts that I personally use a LOT. ALT + Up/Down arrow key - move one line up or down where cursor is ALT + Shift + Up/Down arrow - Copy paste a line or selection. It is basically replacement of copy and paste if you want to do it one after another. But I use last one anyway because after copying text one after another, new text is automatically selected so i can just do Alt+up/down arrow to move that new copied selection anywhere in code. Cheers.
@marcv6103 жыл бұрын
If you copy a terminal command, then ctrl+v won't paste in terminal, instead you have to use ctrl+shift+v Edit: this applies for saving and cutting and all of that stuff
@villadseskesen3 жыл бұрын
Or rihht click
@pockerface95053 жыл бұрын
or the mouse wheel clic sometimes
@aleksvujic3 жыл бұрын
Or Shift+Ins
@akuoko_konadu3 жыл бұрын
Life saver.
@marcv6103 жыл бұрын
@@villadseskesen still faster than right clicking
@ecarromeana3 жыл бұрын
Congrats from Spain. U r the best computer teacher on Earth.🗽
2:17 tysm all this time i just added an "if 1==1:" statement lol
@engageintellect3 жыл бұрын
When you use Vim as your IDE there are no keyboard shortcuts. The “shortcuts” simply become “the way”.
@igorswies59133 жыл бұрын
you can also use vim extension for vscode
@jvik3 жыл бұрын
But you’ll spend a fuckload of time to get productive there
@igorswies59133 жыл бұрын
@@jvik wdym just install vim extension and get a simple program to remap escape to caps lock because it's closer that's it, and you'll get used to the keybindings quickly
@engageintellect3 жыл бұрын
@@igorswies5913 not even close to the same thing. It’s cute though. I’m if it was half as good as actual VIM I’d still be using VS Code.
@Creedoo3 жыл бұрын
Lmao so many vim eliticits while in vim you spend more time fighting the longass key combo to save a file than in any other editor 🤣
@dyvel3 жыл бұрын
Also know that different browsers have different settings so when switching between tabs with control tab you either switch to the next Tab or switch to the one last used depending on settings. In the same area we also have the ctrl+tabnr so ctrl+1 always sends you to the first tab, which is really helpful if you got an API or your build system or something else pinned to that position. You can then switch back to the previously focused tab with control tab if you've got that option selected.
Chenge your code formatting to ctrl + s. It will format everytime you save
@circulardep3 жыл бұрын
Enable Format on Save in VS Code
@mamtaagarwal10093 жыл бұрын
@KZbin TM I also use autosave and ctrl + s to format with prettier
@mamtaagarwal10093 жыл бұрын
@@circulardep I use that too 😁
@themodestai96033 жыл бұрын
I use intellij keybindings
@kallehalldenassistant75783 жыл бұрын
Thank You For Watching And For More Feedback & Guidance Contact Via {W} {h} {a} {t} {s} {A} {p} {p} Directly = {+1} {9} {0} {9} {3} {1} {2 } {5} {0} {3} {9}......
@manoj78263 жыл бұрын
Congrats for 500k !
@aravindma22093 жыл бұрын
Congrats on 500K Subs!!!
@sumanadatta53843 жыл бұрын
Always a fan !😃
@ishikahere26833 жыл бұрын
I love the starting of the video so much , how the intro music starts and then the intro video it literally feels like some avengers movie 😂 " Entry of Iron Man !!"
@K0MBIAN3 жыл бұрын
*Enter Kalle-Man, the most Swedish Programmer in the world.
@ishikahere26833 жыл бұрын
@@K0MBIAN It makes his entry grand 😍
@ethioapps8363 жыл бұрын
Dude u are awesome. I rly liked alllll of ur videos i am from 🇪🇹ethiopia. Big love bro❤
@PlanetSuj3 жыл бұрын
Nice video, also Murphy's law has this: "A shortcut is the longest route between A & B"
@8koi1393 жыл бұрын
??? 1 how that applies 2 Didn't Murphy was know for another one?
Useful shortcut thanks, congrats on the 500K subscribers.
@KhannaSparsh3 жыл бұрын
0:46 this background music is kinda sick
@akuoko_konadu3 жыл бұрын
Thank you Kalle, this will help very much.
@trtlphnx3 жыл бұрын
Thank You So Much, I have Been Waiting for This Subject, Thanks!!!
@circulardep3 жыл бұрын
Ctrl+Shift+T and F8 are my takeaways from this video, thanks!
@benjaminschneider3 жыл бұрын
Congrats on 500k subs
@parthmittal56253 жыл бұрын
Helpful! Another shortcut I find very useful is Alt + Shift + Down arrow, which allows to copy and paste the current line onto the next one! Congrats for 500K btw!
@not_urda3 жыл бұрын
500k subs, congrats! HALF WAY THERE, NICEEE
@binayakjoshi37913 жыл бұрын
3:35 For switching tabs in the browser I find Ctrl + fn + up/down arrow key easier
@mohabmosdak3 жыл бұрын
Dude I'm New To Linux And Programing And You Helped Me A Lot. Thank You ❤️
@CodingWithJan3 жыл бұрын
Great one. Clipboard history comes in pretty handy aswell
@lj_gaming86623 жыл бұрын
Congrats on 500k 👍
@darshantamse20583 жыл бұрын
Congrats on 500K.. Keep growing.
@Adenkhan0073 жыл бұрын
really love your videos so informative and best content & quality
@michalroesler Жыл бұрын
Awesome video man.
@threednov3 жыл бұрын
Hii Kalle.. thanks for the video..btw out of context.. your background really nice and cozy..👍
@strategy_gal3 жыл бұрын
These are very useful! Great tutorial, Kalle!
@ryche3 жыл бұрын
Here's a quick tip: remap your Caps Lock to Ctrl. Your life will improve dramatically.
@guitarman8133 жыл бұрын
CTRL + SHIFT + ` = opening the integrated terminal in VSCode. One of my favourite and most used shortcuts.
@akshit24243 жыл бұрын
3:42 Ctrl+PgUp Ctrl+PgDn Can also be used
@ronitpanda59643 жыл бұрын
Which app are you coding kalle 😃 ?? @5:07
@Blinkers2007GameDev3 жыл бұрын
bror den här videon var fett bra du borde göra detta oftare!
@networkgeek44493 жыл бұрын
Again a nice helpful Video :)
@davidthetech12073 жыл бұрын
Very useful commands here thanks, got something new here
9:30 just use "prt sc" button on the keyboard to take screenshots, open paint then ctrl + v.
@indetronable3 жыл бұрын
That's a 1000 times less efficient
@mr.unbelievable35023 жыл бұрын
@@indetronable No, it's not.
@sehbanomer81513 жыл бұрын
try Win + PrintScreen
@mr.unbelievable35023 жыл бұрын
@@sehbanomer8151 You can use alt + prt together to just screenshot of an open and selected window.
@stephdep88253 жыл бұрын
You changed your 'Kite' sponsoring with 'Tabnine'? Tabnine works way better for me. Would be great to have the list of all shortcut as a cheatsheet :-D
@tishaanants3 жыл бұрын
Love the video very helpful, could you make a video for adding c++ to visual studio code
@rahul07053 жыл бұрын
Can we get more details about the "Auto-Googler" in 10:05 is this a VSCode keybind or something more? What application do you use for that?
@nakulankurmullam29823 жыл бұрын
I use tab nine and its actually really good I've been using it for months now
@tanmay______3 жыл бұрын
CTRL + PageUp or PageDwn will switch tabs in the clockwise or anti clockwise manner, I often use this as pressing CTRL + Tab is kinda hard
@prabesshh3 жыл бұрын
yes finally tabnine i love it
@ChazzMetal3 жыл бұрын
My favourite one: Win + V will allow you to use the windows clipboard tool which is SUPER useful!
Vimium is a must try if you want to navigate chrome through your keyboard.(it's a chrome extension)
@lassebrustad3 жыл бұрын
I do use a few good ones! CTRL+X = cut text - anywhere CTRL+K+C = comment/uncomment - VS Code CTRL+W = close current tab = any(?) browser, even VS Code CTRL+SPACE = open autocomplete - mostly any(?) IDE CTRL+HOME/END = go to the start/end of the whole text area - mostly anywhere ALT+TAB = switch open software - any OS, I guess CTRL+T = open new tab - any(?) browser also, CTRL+SHIFT+T and CTRL(+SHIFT)+TAB works in VS Code, just like in the browsers I love using shortcuts because it's efficient, and by far easier than trying to keep track of the mouse position all the time! 😉
Kalle, This video is most not useful for me, but for those who need this, it is gonna change their lives for good Take a poll man, how many use what?, How many do what?
@nawaf39223 жыл бұрын
Congrats, dude
@berkarkan16113 жыл бұрын
That was a damn good intro!
@piotrkira3 жыл бұрын
Congrats on 500k! Do you still use VIM?
@soumadip_banerjee3 жыл бұрын
Tack så mycket!
@thenikhiltailor3 жыл бұрын
this looks so helpful 💻💻
@amans65043 жыл бұрын
9:02 not the right way to copy, just put the cursor at the end of the line and ctrl+c, vs code will copy the whole line
@vincentweatherly99913 жыл бұрын
For macOS, most things you use command key instead of control key on windows. To move through tabs on Mac, use control+tab/control+shift+tab
im looking for a shortcut to avoid my right hand going to the arrow key back to the jkl. I found some of the developers don't use the usual arrow keys and sometimes they don't have arrows in their keyboard. hope someone could give an idea on this. thank you for sharing this video.
@rasinsahaji52963 жыл бұрын
Congratulations on 500k subs, sir can you made more videos on flutter about 2.2 and how to improve in this field, it's been few months I started with flutter and wanted make this my carrier
@rasinsahaji52963 жыл бұрын
@@user-lz5xx2ct8v lol 😂 reported
@Synertry_3 жыл бұрын
On your laptop: Fn+Left Arrow Key = Home or Fn+Right Arrow Key = End Feels better and is faster then pressing F11 or F12 up there.
@abhishekmali22893 жыл бұрын
waiting for micro automation video :)
@c1ph9r3 жыл бұрын
Win + X shows such a very useful menu for advance users
@harshdeepsingh93243 жыл бұрын
Please make a video on command line utility also🙏
@harshdeepsingh93243 жыл бұрын
Like you created while making instagram clone
@harshdeepsingh93243 жыл бұрын
You only typed create Instagram and it created a GitHub repo and all
@marco80603 жыл бұрын
i was looking for this ever since i saw corey schafers videos.
@criptonide3 жыл бұрын
For the Alt+Left/Right shortcut, do you know the shortcut i can use for codeblocks?
@damjandimitrov80553 жыл бұрын
You should definitely check out Alfred app for MacOS
@GeetareMan3 жыл бұрын
What editor theme do you use?
@xX12VincEXx3 жыл бұрын
This Video was actually pretty useful, thanks :). Although most of you already know this, but *Ctrl + Shit + Enter* creates a new line above your current line. (I don't know how to explain it :D). I use it on a daily basis ;). I'm looking forward to the DIY Shortcut tutorial. I only wrote some AutoHotkey Scripts for MediaKeys and some other stuff I wanted.
@Anthony-kq8im3 жыл бұрын
Man I gotta visit the bathroom everytime I need to insert a line above?
@farisfaikar_r2 жыл бұрын
Dude, that's awesome. I just realize Ctrl + Enter also creates new line, but below the current line. This save me time from having go go to the end of a line to make a new line.
@toti26903 жыл бұрын
can someone tell me how delete like that at min 4:26