Skip to content

Instantly share code, notes, and snippets.

@zulolosi
Created June 29, 2013 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zulolosi/5892669 to your computer and use it in GitHub Desktop.
Save zulolosi/5892669 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment