Keyboard Shortcuts Every Programmer Should Know

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • 18 Most Useful Keyboard Shortcuts For Programmers
    Check out Tabnine, the FREE AI-powered code completion tool I use: www.tabnine.co...
    Get 50% off your first year of Tabnine Pro using my link: www.tabnine.co...
    Get access to my programming courses: / hallden
    Follow me on instagram: / kallehallden
    LiveCoder channel: / @livecoder7639
    "Clean Code Friday"
    If you want to receive one short email from me every week, where I go through a few of the most useful things I have explored and discovered this week. Things like; favourite apps, articles, podcasts, books, coding tips and tricks. Then feel free to join kalletech.com/...
    CONTACT: contact@kalletech.com
    Follow me on:
    TWITCH: / kallehallden
    INSTAGRAM: / kallehallden
    TWITTER: / kallehallden
    GITHUB: github.com/kal...
    DISCORD: / discord
    PATREON: / hallden
    VIDEO EDITOR: editingmachine... (use coupon code KALLE to get 50% off your first month)
    --------------------------------------------------------------------------------------------------------
    GEAR:
    kalletech.com/...

Комментарии • 353

  • @Hallden_
    @Hallden_  3 года назад +118

    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”)

    • @marcv610
      @marcv610 3 года назад +4

      Heyyo

    • @aditjoshi6975
      @aditjoshi6975 3 года назад +1

      heyyyyoooooooooooooo (Syntax error)

    • @rprcreations5470
      @rprcreations5470 3 года назад

      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 🇮🇳🇮🇳🇮🇳

    • @rudrakshmahajan7897
      @rudrakshmahajan7897 3 года назад +1

      congrats bro for 500k hopes high for 1m this year

    • @tusharkuntawar6170
      @tusharkuntawar6170 3 года назад

      You make nice b roll.
      I watch for your b roll.
      I subbed for your b roll.

  • @yehyaNot
    @yehyaNot 3 года назад +293

    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)]

    • @K0MBIAN
      @K0MBIAN 3 года назад +7

      Probably took longer to put together this list than it takes someone to watch Kalle's video...

    • @8koi139
      @8koi139 3 года назад +4

      You can also re-do whit control+y

    • @yehyaNot
      @yehyaNot 3 года назад +6

      @@K0MBIAN yes 😂 but if anyone want to remember any command it will be easier

    • @cabji
      @cabji 3 года назад +3

      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.

    • @andrewim8465
      @andrewim8465 3 года назад +1

      Thank youuu for this list

  • @Origameasy
    @Origameasy 3 года назад +98

    *My most useful shortcut on Windows is Windows+V to open the clipboard and so you can copy several things to paste them later.*

  • @villadseskesen
    @villadseskesen 3 года назад +65

    For vscode: alt+arrow up or down. This moves the line 1 up and formats

    • @gabriellevesque2185
      @gabriellevesque2185 3 года назад +2

      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.

    • @reactarabic5767
      @reactarabic5767 3 года назад +1

      alt+shift+ arrow up/down duplicates the selected code

    • @8koi139
      @8koi139 3 года назад

      same for PyCharm

    • @andreapuddu6893
      @andreapuddu6893 3 года назад

      alt + up/down (sometimes it's ctrl+shift+up/down) is in almost all editors

  • @Gosu9765
    @Gosu9765 3 года назад +157

    How to shortcut:
    step 1 - start using VIM
    step 2 - survive
    step 3 - profit

  • @marcv610
    @marcv610 3 года назад +47

    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

  • @softmetric6140
    @softmetric6140 3 года назад +41

    CTRL + C And CTR + V is probably the most used keyboard shortcut for programmers :)

    • @_timestamp
      @_timestamp 3 года назад +4

      An implicit "stackoverflow joke"®. nice.

    • @dannbrown
      @dannbrown 3 года назад +3

      Or anyone with a computer, I think there’s no shortcut most used than this ever

    • @Mecagothits
      @Mecagothits 3 года назад +1

      🤣

    • @liftlinux9421
      @liftlinux9421 3 года назад +2

      Middle Click & Middle Click probably the most used keyboard shortcut for vim programmers :)

    • @chikanma5021
      @chikanma5021 3 года назад +1

      StackOverflow stuff

  • @ripclaw7000
    @ripclaw7000 3 года назад +8

    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

    • @user-lz5xx2ct8v
      @user-lz5xx2ct8v 3 года назад

      ~L•E•A•V•E ~A ~M•E•S•S•A•G•E ~O•N ~W•H•A•T•S•A•P•P ~F•O•R ~M•O•R•E ~I•N•V•E•S•T•M•E•N•T ~D•E•A•L•S🤝
      +>15139001425✓

  • @mamtaagarwal1009
    @mamtaagarwal1009 3 года назад +27

    Chenge your code formatting to ctrl + s. It will format everytime you save

    • @yamogebrewold8620
      @yamogebrewold8620 3 года назад +1

      Enable Format on Save in VS Code

    • @mamtaagarwal1009
      @mamtaagarwal1009 3 года назад +1

      @RUclips TM I also use autosave and ctrl + s to format with prettier

    • @mamtaagarwal1009
      @mamtaagarwal1009 3 года назад +1

      @@yamogebrewold8620 I use that too 😁

    • @themodestai9603
      @themodestai9603 3 года назад +1

      I use intellij keybindings

    • @kallehalldenassistant7578
      @kallehalldenassistant7578 3 года назад

      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}......

  • @bhumika1060
    @bhumika1060 3 года назад +7

    Congrats on 500k.
    This is such a game changer!

    • @kallehalldenassistant7578
      @kallehalldenassistant7578 3 года назад

      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}......

  • @engageintellect
    @engageintellect 3 года назад +46

    When you use Vim as your IDE there are no keyboard shortcuts.
    The “shortcuts” simply become “the way”.

    • @igorswies5913
      @igorswies5913 3 года назад

      you can also use vim extension for vscode

    • @jvik
      @jvik 3 года назад +1

      But you’ll spend a fuckload of time to get productive there

    • @igorswies5913
      @igorswies5913 3 года назад

      @@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

    • @engageintellect
      @engageintellect 3 года назад

      @@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.

    • @Creedoo
      @Creedoo 3 года назад

      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 🤣

  • @EdwardSnowden125
    @EdwardSnowden125 3 года назад +11

    2:17 tysm all this time i just added an "if 1==1:" statement lol

  • @rishabhtomar7071
    @rishabhtomar7071 9 месяцев назад

    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.

  • @dyvel
    @dyvel 3 года назад +2

    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.

    • @user-lz5xx2ct8v
      @user-lz5xx2ct8v 3 года назад

      ~L•E•A•V•E ~A ~M•E•S•S•A•G•E ~O•N ~W•H•A•T•S•A•P•P ~F•O•R ~M•O•R•E ~I•N•V•E•S•T•M•E•N•T ~D•E•A•L•S🤝
      +>15139001425✓.....

  • @ethioapps836
    @ethioapps836 3 года назад +1

    Dude u are awesome. I rly liked alllll of ur videos i am from 🇪🇹ethiopia. Big love bro❤

  • @PlanetSuj
    @PlanetSuj 3 года назад +7

    Nice video, also Murphy's law has this: "A shortcut is the longest route between A & B"

    • @8koi139
      @8koi139 3 года назад

      ??? 1 how that applies
      2 Didn't Murphy was know for another one?

  • @sumanadatta5384
    @sumanadatta5384 3 года назад +1

    Always a fan !😃

  • @akshit2424
    @akshit2424 3 года назад +1

    3:42
    Ctrl+PgUp
    Ctrl+PgDn
    Can also be used

  • @parthmittal5625
    @parthmittal5625 3 года назад +14

    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!

  • @ryche
    @ryche 3 года назад +3

    Here's a quick tip: remap your Caps Lock to Ctrl. Your life will improve dramatically.

  • @KhannaSparsh
    @KhannaSparsh 3 года назад +3

    0:46 this background music is kinda sick

  • @ecarromeana
    @ecarromeana 3 года назад

    Congrats from Spain. U r the best computer teacher on Earth.🗽

    • @user-lz5xx2ct8v
      @user-lz5xx2ct8v 3 года назад

      ~L•E•A•V•E ~A ~M•E•S•S•A•G•E ~O•N ~W•H•A•T•S•A•P•P ~F•O•R ~M•O•R•E ~I•N•V•E•S•T•M•E•N•T ~D•E•A•L•S🤝
      +>15139001425✓

  • @irinyemidavidibukunoluwa3102
    @irinyemidavidibukunoluwa3102 3 года назад +1

    Congratulations Kalle.
    Thanks for fueling us 🖤💙🖤💙

  • @akuoko_konadu
    @akuoko_konadu 3 года назад +1

    Thank you Kalle, this will help very much.

  • @binayakjoshi3791
    @binayakjoshi3791 3 года назад +2

    3:35 For switching tabs in the browser I find Ctrl + fn + up/down arrow key easier

  • @trtlphnx
    @trtlphnx 3 года назад

    Thank You So Much, I have Been Waiting for This Subject, Thanks!!!

  • @ishikahere2683
    @ishikahere2683 3 года назад +1

    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 !!"

    • @K0MBIAN
      @K0MBIAN 3 года назад

      *Enter Kalle-Man, the most Swedish Programmer in the world.

    • @ishikahere2683
      @ishikahere2683 3 года назад

      @@K0MBIAN It makes his entry grand 😍

  • @sauceontoes3457
    @sauceontoes3457 Год назад

    Love how he had to mention Ctrl+C and Ctrl+V

  • @juankvr96
    @juankvr96 3 года назад

    probably the best video on youtube

    • @user-lz5xx2ct8v
      @user-lz5xx2ct8v 3 года назад

      ~L•E•A•V•E ~A ~M•E•S•S•A•G•E ~O•N ~W•H•A•T•S•A•P•P ~F•O•R ~M•O•R•E ~I•N•V•E•S•T•M•E•N•T ~D•E•A•L•S🤝
      +>15139001425✓.....

  • @yamogebrewold8620
    @yamogebrewold8620 3 года назад

    Ctrl+Shift+T and F8 are my takeaways from this video, thanks!

  • @strategy_gal
    @strategy_gal 3 года назад

    These are very useful! Great tutorial, Kalle!

  • @tanmay______
    @tanmay______ 3 года назад +2

    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

  • @Adenkhan007
    @Adenkhan007 3 года назад +1

    really love your videos so informative and best content & quality

  • @ajibayupermadi2600
    @ajibayupermadi2600 3 года назад +2

    Thank you, I need this👍

  • @sachinsoni5044
    @sachinsoni5044 3 года назад +2

    Nice video👍

  • @lassebrustad
    @lassebrustad 3 года назад +1

    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! 😉

    • @user-lz5xx2ct8v
      @user-lz5xx2ct8v 3 года назад

      ~L•E•A•V•E ~A ~M•E•S•S•A•G•E ~O•N ~W•H•A•T•S•A•P•P ~F•O•R ~M•O•R•E ~I•N•V•E•S•T•M•E•N•T ~D•E•A•L•S🤝
      +>15139001425✓.....

  • @mohabmosdak
    @mohabmosdak 3 года назад

    Dude I'm New To Linux And Programing And You Helped Me A Lot.
    Thank You ❤️

  • @manoj7826
    @manoj7826 3 года назад +1

    Congrats for 500k !

  • @jewelflores4105
    @jewelflores4105 3 года назад +2

    500K 😃🎉

  • @soumadip_skyy_banerjee
    @soumadip_skyy_banerjee 3 года назад +1

    Tack så mycket!

  • @yt_prakhartiwari0
    @yt_prakhartiwari0 3 года назад

    BACK WITH GREAT INTRO!!!

  • @harshvardhanupadhyay4437
    @harshvardhanupadhyay4437 3 года назад

    The thumbnail are super dope

  • @michalroesler
    @michalroesler 11 месяцев назад

    Awesome video man.

  • @coded6799
    @coded6799 3 года назад +1

    Congratulations for hitting 500K!

  • @edwinjonah
    @edwinjonah 3 года назад

    Just installed Tabnine a couple of hours ago 👌

  • @davidthetech1207
    @davidthetech1207 3 года назад

    Very useful commands here thanks, got something new here

  • @networkgeek4449
    @networkgeek4449 3 года назад +1

    Again a nice helpful Video :)

  • @CodingWithJan
    @CodingWithJan 3 года назад

    Great one.
    Clipboard history comes in pretty handy aswell

  • @Blinkers2007GameDev
    @Blinkers2007GameDev 3 года назад

    bror den här videon var fett bra du borde göra detta oftare!

  • @Mansteve100
    @Mansteve100 3 года назад

    Useful shortcut thanks, congrats on the 500K subscribers.

  • @guitarman813
    @guitarman813 3 года назад

    CTRL + SHIFT + ` = opening the integrated terminal in VSCode. One of my favourite and most used shortcuts.

  • @benjaminschneider
    @benjaminschneider 3 года назад +1

    Congrats on 500k subs

  • @devachannel8194
    @devachannel8194 3 года назад +1

    Intro 💥💥💥⚡⚡🔥🔥🔥

  • @kartikhajbe8412
    @kartikhajbe8412 3 года назад

    always love the intro

    • @user-lz5xx2ct8v
      @user-lz5xx2ct8v 3 года назад

      ~L•E•A•V•E ~A ~M•E•S•S•A•G•E ~O•N ~W•H•A•T•S•A•P•P ~F•O•R ~M•O•R•E ~I•N•V•E•S•T•M•E•N•T ~D•E•A•L•S🤝
      +>15139001425✓

  • @tishaanants
    @tishaanants 3 года назад +1

    Love the video very helpful, could you make a video for adding c++ to visual studio code

  • @tornadohoodboy3058
    @tornadohoodboy3058 3 года назад +2

    Congrats on 5ook mate

  • @aravindma2209
    @aravindma2209 3 года назад

    Congrats on 500K Subs!!!

  • @lj_gaming8662
    @lj_gaming8662 3 года назад

    Congrats on 500k 👍

  • @erfan9166
    @erfan9166 3 года назад +1

    The title should’ve been “vscode cheat sheet in a video”

  • @threednov
    @threednov 3 года назад

    Hii Kalle.. thanks for the video..btw out of context.. your background really nice and cozy..👍

  • @xX12VincEXx
    @xX12VincEXx 3 года назад +2

    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-kq8im
      @Anthony-kq8im 3 года назад +1

      Man I gotta visit the bathroom everytime I need to insert a line above?

    • @farisfaikar_r
      @farisfaikar_r 2 года назад

      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.

  • @AngusLee-vh9uo
    @AngusLee-vh9uo 3 года назад

    Vimium is a must try if you want to navigate chrome through your keyboard.(it's a chrome extension)

  • @not_urda
    @not_urda 3 года назад

    500k subs, congrats! HALF WAY THERE, NICEEE

  • @algyno6875
    @algyno6875 3 года назад +1

    Vilken stad kommer du ifrån?

  • @darshantamse2058
    @darshantamse2058 3 года назад

    Congrats on 500K.. Keep growing.

  • @abhishekmali2289
    @abhishekmali2289 3 года назад +1

    waiting for micro automation video :)

  • @nakulankurmullam2982
    @nakulankurmullam2982 3 года назад

    I use tab nine and its actually really good I've been using it for months now

  • @stephdep8825
    @stephdep8825 3 года назад +1

    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

  • @ismailvedia17
    @ismailvedia17 3 года назад

    thank you kalle😍

  • @tomoghnosen
    @tomoghnosen 3 года назад

    Keyboard Shortcuts are the best feature of any Linux Distros.

    • @user-lz5xx2ct8v
      @user-lz5xx2ct8v 3 года назад

      ~L•E•A•V•E ~A ~M•E•S•S•A•G•E ~O•N ~W•H•A•T•S•A•P•P ~F•O•R ~M•O•R•E ~I•N•V•E•S•T•M•E•N•T ~D•E•A•L•S🤝
      +>15139001425✓

  • @mr.unbelievable3502
    @mr.unbelievable3502 3 года назад +2

    9:30 just use "prt sc" button on the keyboard to take screenshots, open paint then ctrl + v.

    • @indetronable
      @indetronable 3 года назад

      That's a 1000 times less efficient

    • @mr.unbelievable3502
      @mr.unbelievable3502 3 года назад

      @@indetronable No, it's not.

    • @sehbanomer8151
      @sehbanomer8151 3 года назад +1

      try Win + PrintScreen

    • @mr.unbelievable3502
      @mr.unbelievable3502 3 года назад +1

      @@sehbanomer8151 You can use alt + prt together to just screenshot of an open and selected window.

  • @tahmidislamchowdhury7301
    @tahmidislamchowdhury7301 3 года назад +1

    I do not use ctrl+tab to navigate between tabs. instead i use alt+numbers.

  • @facundochavesdelpino2100
    @facundochavesdelpino2100 3 года назад

    Great video! keyboard shortcuts are very useful

  • @Bclarkcodes
    @Bclarkcodes Год назад

    Thank You

  • @prabeshsenpai5396
    @prabeshsenpai5396 3 года назад

    yes finally tabnine
    i love it

  • @athuldas6494
    @athuldas6494 3 года назад

    Really please make a video on micro automation....sounds so cool😂

    • @user-lz5xx2ct8v
      @user-lz5xx2ct8v 3 года назад

      ~L•E•A•V•E ~A ~M•E•S•S•A•G•E ~O•N ~W•H•A•T•S•A•P•P ~F•O•R ~M•O•R•E ~I•N•V•E•S•T•M•E•N•T ~D•E•A•L•S🤝
      +>15139001425✓

  • @imthiyazmuhammed2517
    @imthiyazmuhammed2517 3 года назад +1

    when you making those videos please represent every step, so that we can follow

  • @piotrkira
    @piotrkira 3 года назад +1

    Congrats on 500k! Do you still use VIM?

  • @HiAnoopSingh
    @HiAnoopSingh 3 года назад

    Nice video brother 😃
    Love from India 🇮🇳

  • @davidrotariu3873
    @davidrotariu3873 3 года назад

    Definitely make the custom shortcuts video!

  • @clivewong8529
    @clivewong8529 3 года назад

    Thanks alot

  • @Space-jk7wq
    @Space-jk7wq 3 года назад +1

    Ctrl + backspace also removes a whole word... instead of repeatedly pressing backspace

  • @marco8060
    @marco8060 3 года назад

    i was looking for this ever since i saw corey schafers videos.

  • @criptonide
    @criptonide 3 года назад +1

    For the Alt+Left/Right shortcut, do you know the shortcut i can use for codeblocks?

  • @codercoder3691
    @codercoder3691 3 года назад

    My commands I use:
    Ctrl + T (To open a new browser tab)
    Ctrl + N (To open a new browser)
    Fn + F2 (To rename a file)
    Ctrl + Shift + N (For making a new folder)

    • @user-lz5xx2ct8v
      @user-lz5xx2ct8v 3 года назад

      ~L•E•A•V•E ~A ~M•E•S•S•A•G•E ~O•N ~W•H•A•T•S•A•P•P ~F•O•R ~M•O•R•E ~I•N•V•E•S•T•M•E•N•T ~D•E•A•L•S🤝
      +>15139001425✓

  • @ronitpanda5964
    @ronitpanda5964 3 года назад +1

    Which app are you coding kalle 😃 ?? @5:07

  • @ChazzMetal
    @ChazzMetal 3 года назад

    My favourite one:
    Win + V will allow you to use the windows clipboard tool which is SUPER useful!

    • @user-lz5xx2ct8v
      @user-lz5xx2ct8v 3 года назад

      ~L•E•A•V•E ~A ~M•E•S•S•A•G•E ~O•N ~W•H•A•T•S•A•P•P ~F•O•R ~M•O•R•E ~I•N•V•E•S•T•M•E•N•T ~D•E•A•L•S🤝
      +>15139001425✓

  • @tusharkuntawar6170
    @tusharkuntawar6170 3 года назад

    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?

  • @Synertry_
    @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.

  • @joshuajoseph9236
    @joshuajoseph9236 3 года назад

    Congrats on 500k

  • @berkarkan1611
    @berkarkan1611 3 года назад

    That was a damn good intro!

  • @pizzapanni
    @pizzapanni 3 года назад

    I've been watching your videos for quite some time and have always liked your wallpaper. Could you please provide a link to it?

    • @user-lz5xx2ct8v
      @user-lz5xx2ct8v 3 года назад

      ~L•E•A•V•E ~A ~M•E•S•S•A•G•E ~O•N ~W•H•A•T•S•A•P•P ~F•O•R ~M•O•R•E ~I•N•V•E•S•T•M•E•N•T ~D•E•A•L•S🤝
      +>15139001425✓

  • @Bri4n0c0nn0r
    @Bri4n0c0nn0r 3 года назад

    nice to know for changing tabs in your browser: you can use numbers to jump to one tabe directly. tab+4 jumps to the fourth tab

    • @user-lz5xx2ct8v
      @user-lz5xx2ct8v 3 года назад

      ~L•E•A•V•E ~A ~M•E•S•S•A•G•E ~O•N ~W•H•A•T•S•A•P•P ~F•O•R ~M•O•R•E ~I•N•V•E•S•T•M•E•N•T ~D•E•A•L•S🤝
      +>15139001425✓

  • @mahmoudeisa5695
    @mahmoudeisa5695 3 года назад

    Amazing intro

  • @SIMULATAN
    @SIMULATAN 3 года назад +1

    Shift + alt + f = Format Code (at least in VSC)

  • @thenikhiltailor
    @thenikhiltailor 3 года назад

    this looks so helpful 💻💻

  • @nawaf3922
    @nawaf3922 3 года назад

    Congrats, dude

  • @vincentweatherly9991
    @vincentweatherly9991 3 года назад

    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

    • @user-lz5xx2ct8v
      @user-lz5xx2ct8v 3 года назад

      ~L•E•A•V•E ~A ~M•E•S•S•A•G•E ~O•N ~W•H•A•T•S•A•P•P ~F•O•R ~M•O•R•E ~I•N•V•E•S•T•M•E•N•T ~D•E•A•L•S🤝
      +>15139001425✓.....

  • @aadityaachauhann
    @aadityaachauhann 3 года назад +1

    Day 2 of telling Kalle to make a video about wifi pineapple

  • @jajasaria
    @jajasaria Год назад

    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.