Min/Maxxing VS Code by Stripping the UI and Adding Vim

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ม.ค. 2025

ความคิดเห็น • 46

  • @nikilk
    @nikilk 4 หลายเดือนก่อน +18

    Beyond vim you can also setup keybindings to split your screen vertically / horizontally and jumping between the different panes with kb shortcuts. Also when in the explorer creating new files or folders with just keybinds.
    Another super useful bit is using “m” and backtick to jump to it. For example you could ma and then backtick a to jump to the last marker called a.
    You also have multiple clipboard registries the global one or the many local ones.
    The rabbit hole goes very deep once you start down that path and it’s awesome.

    • @itztlacoliuhqui
      @itztlacoliuhqui 4 หลายเดือนก่อน +2

      You can just use :vs command to split screen

  • @TheAkayuki
    @TheAkayuki 4 หลายเดือนก่อน +13

    Tips for those using vsVIM:
    Turn on relational numbers in vscode settings to not have to count the line numbers.
    you can also use z t to scroll current line to top of window. (or zb to scroll to bottom, and zz to center current line)

  • @AdamtheADHDev
    @AdamtheADHDev 4 หลายเดือนก่อน +1

    This is awesome. I've been dabbling with neovim but don't have the confidence to go all the way yet, so this is actually really useful.

  • @BurtonJohnson
    @BurtonJohnson 4 หลายเดือนก่อน +4

    I installed that Synthwave x Fluouromachine theme that Rob recommended. Rob's sense of humor is... challenging.

  • @ArunNegi-fi8di
    @ArunNegi-fi8di หลายเดือนก่อน

    register routine, man you really are a vim veteran

  • @girishsuch
    @girishsuch 4 หลายเดือนก่อน +1

    Awesome background, Rob. nice to see and hear you. #ThisDevelopersLife

  • @shyamhabarakada6295
    @shyamhabarakada6295 16 วันที่ผ่านมา

    Thanks for this. Like you, I prefer a minimal setup (without all the "bars and panels" around me :-). The tip on opening the terminal in an editor was really helpful, especially because I also have Tabs turned off and all documents in my setup open in the same editor tab. WIth that, I can simply CMD + P to switch between those open files and this includes the shell itself. This works really well when I am on the laptop, with Copilot chat occupying the right side of the screen. On a large monitor, I can switch to a couple of split panes, but again, without tabs. Hope some of these ideas might be useful to you as well.

  • @DamagedAndroid
    @DamagedAndroid 4 หลายเดือนก่อน +4

    The only downside to this setup is how do you tell what mode you’re in without the status?

    • @code
      @code  4 หลายเดือนก่อน +8

      Block cursor: Normal
      Pipe cursor: Insert
      Selected text: Visual
      Top menu: Command
      You do get used to it. The most important is block cursor for Normal mode. Also: CMD-SB to bring up the status bar which tells you (that got edited out)

    • @MaxSlimmer
      @MaxSlimmer 4 หลายเดือนก่อน +1

      Also, when in doubt: ESC

    • @MaxSlimmer
      @MaxSlimmer 4 หลายเดือนก่อน +5

      And remap CAPS LOCK -> ESC

  • @adrianscarlett
    @adrianscarlett 4 หลายเดือนก่อน +1

    Are there any benefits to this over zen mode?
    Opening a terminal as a regular tab is an amazing tip.

  • @khald0r
    @khald0r 4 หลายเดือนก่อน +7

    7:03 "I'm gonna use my mouse" 🤮 .. you know it's wrong

  • @felipeaprotazio
    @felipeaprotazio 4 หลายเดือนก่อน +1

    How did you hide the window title bar?

  • @rafaelsanchezmartinez9393
    @rafaelsanchezmartinez9393 4 หลายเดือนก่อน +22

    Me after watching this video, goes to Reddit* and post "New minimal setup rate 0/10" xd

    • @ilearncode7365
      @ilearncode7365 หลายเดือนก่อน

      Lol why do mexicans use their legal full names as their usernames? I first noticed this like 20 years ago on Call of Duty with players with user names like “AlexEnriquez24”

  • @theangelofspace155
    @theangelofspace155 4 หลายเดือนก่อน +3

    You forgot to asd how painful it os to use it within a python notebook

  • @0xbr0d
    @0xbr0d 12 วันที่ผ่านมา

    which font family is this?

  • @KnOtoUt
    @KnOtoUt 4 หลายเดือนก่อน

    Vs code vim vs vscode nvim which one do you think is better ?

  • @ShiLe97
    @ShiLe97 2 หลายเดือนก่อน

    I've noticed that the extension has installed some plugins for you. I still havent figured out how to integrated nvim plugins with vscode can you give me a little tip? I've referred to LazyVim documentation but to no avail.

  • @gregwojan1773
    @gregwojan1773 4 หลายเดือนก่อน +1

    BTW, why the heck isn't there a way to toggle relative line numbers in VSCode? That seems like a huge oversight and the only way to do it is edit one's settings. 🤯

    • @Michallote
      @Michallote 4 หลายเดือนก่อน

      Yeah seems kind of a basic feature. There is an extesion called cycler that allows keybindings to go from one setting to any other in a cycle. Like relative and absolute line numbers

  • @jliendostuardo
    @jliendostuardo 4 หลายเดือนก่อน

    What would I do all these changes instead of using zen mode + neovim extension?

  • @dipeshsamrawat7957
    @dipeshsamrawat7957 4 หลายเดือนก่อน

    Thank you 😊

    • @code
      @code  4 หลายเดือนก่อน

      You're welcome 😊

  • @guocity
    @guocity 3 หลายเดือนก่อน

    Why vscode don't just implement vim mode in the editor?

  • @_-tg-_
    @_-tg-_ 4 หลายเดือนก่อน

    Thats nice but I just dont see why would someone use it instead of using nvim. This still has memory footprint bigger than nvim. :o

  • @izd4
    @izd4 4 หลายเดือนก่อน

    This is beautiful

  • @gregwojan1773
    @gregwojan1773 4 หลายเดือนก่อน +2

    I'm a bit concerned/confused over the comment "If you like Vim, use Vim..." in the context of this video. The VSCode Neovim extension only works with Neovim to my understanding and the vscodevim extension is not really Vim so, again, I'm confused.
    The other thing that was really glossed over was all the Neovim extensions that magically appeared. I'm guessing this was due to using Lazy.nvim and a default init.lua that wasn't explained?

  • @bevik12
    @bevik12 4 หลายเดือนก่อน +5

    Where is Primeagen? 😁

  • @pencilcheck
    @pencilcheck 4 หลายเดือนก่อน

    Still not the same as neon I’m but good for those who want the clean layout and just can’t jump to neovim

  • @danielmclellan7762
    @danielmclellan7762 4 หลายเดือนก่อน

    You made a video about a reddit post

  • @so_annoying
    @so_annoying 4 หลายเดือนก่อน

    What about using copilot chat with neovim setup?

  • @arztareef
    @arztareef 4 หลายเดือนก่อน

    why not just use vim

    • @pencilcheck
      @pencilcheck 4 หลายเดือนก่อน +1

      Not everyone is brave

  • @rockonhero3611
    @rockonhero3611 4 หลายเดือนก่อน

    So basically VScode admits it’s feature creep and recommends real editors?

  • @keeganj19
    @keeganj19 4 หลายเดือนก่อน +5

    You could use an ssh tunnel in vs code so you can edit files in the IDE itself and not have to use something like vim

    • @simpingsyndrome
      @simpingsyndrome 4 หลายเดือนก่อน +4

      dude what do u mean?

    • @martdayniel5674
      @martdayniel5674 4 หลายเดือนก่อน

      True although there is no guarantee that the vscode server is allowed to run in the remote you will be connecting to.

    • @Jishanthegodev
      @Jishanthegodev 4 หลายเดือนก่อน

      ​@@simpingsyndromehe's talking about the extension called remote - SSH " , with that you can ssh into another machine

    • @VirbalRay
      @VirbalRay 4 หลายเดือนก่อน

      @@martdayniel5674 h

  • @mikkurogue
    @mikkurogue 29 วันที่ผ่านมา

    why not just use vim at this point lmao

  • @health_doc
    @health_doc หลายเดือนก่อน

    Using ai... lol why when so many good guides

  • @enterprisesoftwarearchitect
    @enterprisesoftwarearchitect 4 หลายเดือนก่อน

    “Memorize a million keyboard combos that only work in one software app!” Or maybe come into the 1980’s when we invented UI’s. Why aren’t you using it instead of Outlook if it’s so great!? Heh heh