Media Summary: more vids and info on www.badassvim.com Lightning quick navigation using For a list of potential keys to use as your leader key, you can check out the post on the blog at ... more info and videos at badassvim.com ^ - go to first non-blank character in the line - (think: ^ means beginning of line in regexp) ...
Badass Vim Tutorials 06 Inline - Detailed Analysis & Overview
more vids and info on www.badassvim.com Lightning quick navigation using For a list of potential keys to use as your leader key, you can check out the post on the blog at ... more info and videos at badassvim.com ^ - go to first non-blank character in the line - (think: ^ means beginning of line in regexp) ... If you're a responsible vimmer, you're going to be editing your vimrc A LOT to make micro-optimizations to your workflow. Start building with Windsurf, is the AI powered code editor by Codeium: --- ✓ Build a Second Brain ... {some number}G - Go to that line You can also combine that with motions like: d{some number}G - delete everything from your ...
Show notes and info about how to set your tab width at www.badassvim.com i - insert mode (before the cursor) a - insert mode (after the cursor - think "append") I - insert mode (at the ... Let's face it, stretching your finger way up to hit escape is a bummer, it throws off your workflow and takes your fingers off the ... Find more info and videos on www.badassvim.com / - (forward slash), search (forward) in the file for the next stuff you type after n ...