Patterns and Recipes videos Every video referenced from the Patterns and Recipes part of the book. See also the complete video index. โถ#0461 xp โ Transpose Charactersfrom Swap and Duplicate Linesโถ#0462 deep โ A Vim Mythfrom Swap and Duplicate Linesโถ#0463 ddp โ Swap Lines Downfrom The Replace Loop โ {key:*}, {key:cw}, then {key:.} {key:.} {key:.}โถ#0464 ddkP โ Swap Lines Upfrom The Replace Loop โ {key:*}, {key:cw}, then {key:.} {key:.} {key:.}โถ#0465 yyp โ Duplicate Linefrom Change-Next-Match Loop โ {key:cgn}โถ#0466 Star-Dot Patternfrom Change-Next-Match Loop โ {key:cgn}โถ#0467 :%norm I// โ Comment All Linesfrom Block Comment with {key:Ctrl-V} + {key:I}โถ#0468 :%norm ^x โ Delete First Charfrom Increment and Decrement ({key:Ctrl-A} / {key:Ctrl-X})โถ#0470 Ctrl-A / Ctrl-X โ Increment & Decrementfrom Increment and Decrement ({key:Ctrl-A} / {key:Ctrl-X})โถ#0471 g Ctrl-A / g Ctrl-X โ Sequencesfrom Walking the Numbered Registersโถ#0472 Align Text with Substitutefrom Walking the Numbered Registersโถ#0473 The Useless _ Keyfrom Diff Modeโถ#0475 Ctrl-O in Insert Modefrom Diff Modeโถ#0476 Map Y to y$from External Filter Tricksโถ#0480 External Filteringfrom External Filter Tricks