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

  Рет қаралды 57,309

Visual Studio Code

Visual Studio Code

Күн бұрын

Пікірлер: 44
@nikilk
@nikilk 4 ай бұрын
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 ай бұрын
You can just use :vs command to split screen
@TheAkayuki
@TheAkayuki 4 ай бұрын
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 ай бұрын
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 ай бұрын
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 ай бұрын
Awesome background, Rob. nice to see and hear you. #ThisDevelopersLife
@khald0r
@khald0r 4 ай бұрын
7:03 "I'm gonna use my mouse" 🤮 .. you know it's wrong
@felipeaprotazio
@felipeaprotazio 4 ай бұрын
How did you hide the window title bar?
@adrianscarlett
@adrianscarlett 4 ай бұрын
Are there any benefits to this over zen mode? Opening a terminal as a regular tab is an amazing tip.
@DamagedAndroid
@DamagedAndroid 4 ай бұрын
The only downside to this setup is how do you tell what mode you’re in without the status?
@code
@code 4 ай бұрын
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 ай бұрын
Also, when in doubt: ESC
@MaxSlimmer
@MaxSlimmer 4 ай бұрын
And remap CAPS LOCK -> ESC
@rafaelsanchezmartinez9393
@rafaelsanchezmartinez9393 4 ай бұрын
Me after watching this video, goes to Reddit* and post "New minimal setup rate 0/10" xd
@ilearncode7365
@ilearncode7365 10 күн бұрын
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”
@KnOtoUt
@KnOtoUt 4 ай бұрын
Vs code vim vs vscode nvim which one do you think is better ?
@jliendostuardo
@jliendostuardo 4 ай бұрын
What would I do all these changes instead of using zen mode + neovim extension?
@ShiLe97
@ShiLe97 Ай бұрын
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.
@theangelofspace155
@theangelofspace155 4 ай бұрын
You forgot to asd how painful it os to use it within a python notebook
@izd4
@izd4 4 ай бұрын
This is beautiful
@gregwojan1773
@gregwojan1773 4 ай бұрын
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
@guocity
@guocity 2 ай бұрын
Why vscode don't just implement vim mode in the editor?
@dipeshsamrawat7957
@dipeshsamrawat7957 4 ай бұрын
Thank you 😊
@code
@code 4 ай бұрын
You're welcome 😊
@_-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
@gregwojan1773
@gregwojan1773 4 ай бұрын
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 ай бұрын
Where is Primeagen? 😁
@pencilcheck
@pencilcheck 3 ай бұрын
Still not the same as neon I’m but good for those who want the clean layout and just can’t jump to neovim
@so_annoying
@so_annoying 3 ай бұрын
What about using copilot chat with neovim setup?
@danielmclellan7762
@danielmclellan7762 4 ай бұрын
You made a video about a reddit post
@arztareef
@arztareef 3 ай бұрын
why not just use vim
@pencilcheck
@pencilcheck 3 ай бұрын
Not everyone is brave
@rockonhero3611
@rockonhero3611 4 ай бұрын
So basically VScode admits it’s feature creep and recommends real editors?
@mikkurogue
@mikkurogue 5 күн бұрын
why not just use vim at this point lmao
@keeganj19
@keeganj19 4 ай бұрын
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 ай бұрын
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.
@Yesterday_i_ate_rat
@Yesterday_i_ate_rat 4 ай бұрын
​@@simpingsyndromehe's talking about the extension called remote - SSH " , with that you can ssh into another machine
@VirbalRay
@VirbalRay 3 ай бұрын
@@martdayniel5674 h
@health_doc
@health_doc 9 күн бұрын
Using ai... lol why when so many good guides
@enterprisesoftwarearchitect
@enterprisesoftwarearchitect 3 ай бұрын
“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
Why I Cant Stand IDE's After Using VIM | Prime Reacts
17:51
ThePrimeTime
Рет қаралды 398 М.
30 Vim commands you NEED TO KNOW (in just 10 minutes)
10:27
typecraft
Рет қаралды 132 М.
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
Master VS Code's keyboard shortcuts in 13 minutes
12:50
Visual Studio Code
Рет қаралды 83 М.
Essential AI prompts for developers
8:31
Visual Studio Code
Рет қаралды 79 М.
Cursor's New AI Agent is INSANE (Best Way to Code?)
10:40
AI Pathways
Рет қаралды 4,1 М.
How to ACTUALLY switch from VS Code to Neovim
5:09
Joshua Morony
Рет қаралды 277 М.
(Neo)Vim Made Me a Better Software Developer
40:27
vim-jp
Рет қаралды 43 М.
Customizing VS Code's UI for Productivity
14:17
Visual Studio Code
Рет қаралды 55 М.
20 Fan Favorite Extensions for VS Code
11:08
Visual Studio Code
Рет қаралды 34 М.
Effective Neovim: Instant IDE
16:16
TJ DeVries
Рет қаралды 834 М.
Tmux has forever changed the way I write code.
13:30
Dreams of Code
Рет қаралды 1 МЛН
Google’s Quantum Chip: Did We Just Tap Into Parallel Universes?
9:34