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. {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
From stream at: GET IN Power up your coding. See more on www.badassvim.com vi - (v)iew (i)nside - go into visual mode and highlight everything in the current target va ... www.badassvim.com i - insert mode (before the cursor) a - insert mode (after the cursor - think "append") I - insert mode (at the ...