Today I found myself in the need of Vim’s column mode (using regex for what I wanted to do would have been hard).I googled real quick but the first few hits weren’t of much use/very clear and and s...
Copying lines containing search hits (source):1.- Clear a register (eg ‘a’): qaq2.- Append all matching lines to that register: g/pattern/y A3.- Copy contents of register a to clipboard (register ‘...
WoahScreenie:<table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"><tbody><tr><t...
Editting zip files with Vim...
Oracle's JDBC BLOB support sucks....