Skip to content

Instantly share code, notes, and snippets.

Hello,
I think, it would be better not to set ignorecase. There are challenge like : http://vimgolf.com/challenges/51b4e3b920faf70002000001 when it needs to search o and not O. That have to work like fo keystrokes. I have a solution, this:
?o\C<NL>qz0<C-A>nq12@z?r<NL>18@z?i<NL>16@z-<C-A>ZZ
that needs 2 additional keys, the \ key and C key to specify lowercase for back search ? command