i cannot believe I was vscode-pilled for so long, holy shit. it takes like a week tops to get a basic understanding of the bindings, and from there it's just light speed.
they weren't lying, I am programming as fast as i am processing :isaac-pog:
i cannot believe I was vscode-pilled for so long, holy shit. it takes like a week tops to get a basic understanding of the bindings, and from there it's just light speed.
they weren't lying, I am programming as fast as i am processing :isaac-pog:
Vim docs: Editing with multiple windows and buffers
CTRL-W CTRL-V
or:vsplit
to split your window in half.You can use external tools like ripgrep for this. I found someone's blog post where they integrated ripgrep and fzf into vim, but I usually just exit vim to use the command.
I feel like the greatest benefit of vim comes from the keyboard control scheme. It lets you move around in your code way faster than you can with a mouse.
It's actually really common to install a plugin that gives you vim keybinds in other editors, like VsVim, Vim Emulation layer for Visual Studio 2015 and above. This Vim plugin for VSCode has 5+ million installs lmao.