This post will be for all the Vim tidbits I find over the years.
%s/the/&/gn
— count the number of instances of the word ‘the’
the ‘n’ after the ‘g’ prevents the substitution 🙂
This post will be for all the Vim tidbits I find over the years.
%s/the/&/gn
— count the number of instances of the word ‘the’
the ‘n’ after the ‘g’ prevents the substitution 🙂
Hey folks, I’ve been using the jquery.cycle plugin by Malsup for what seems like decades 😉 I’ve just discovered that he’s updated the plugin to Cycle2!!!! This apparently happened at some point in 2013.
I just love making my own versions of a slideshow feature 🙂