Real Vim ninjas count every keystroke - do you?

Pick a challenge, fire up Vim, and show us what you got.

Changelog, Rules & FAQ, updates: @vimgolf, RSS.

Your VimGolf key: please sign in

$ gem install vimgolf
$ vimgolf setup
$ vimgolf put 52222f6ea98cbe0002000078

Letter case trickery

This file is in a downright esoteric format, consisting of hexadecimal numbers, non-hexadecimal keywords, and "Z" indicating end-of-line. Make the hexadecimal numbers lowercase.

Start file
A4E SUM 3C0Z
2B A9 NE F2Z
End file
a4e SUM 3c0Z
2b a9 NE f2Z

View Diff

1,2c1,2
< A4E SUM 3C0Z
< 2B A9 NE F2Z
---
> a4e SUM 3c0Z
> 2b a9 NE f2Z

Solutions by @I_haveno_name:

Unlock 7 remaining solutions by signing in and submitting your own entry
Created by: @NbTson

511 active golfers, 1594 entries

Solutions by @I_haveno_name:
11
#199 - hiding / @I_haveno_name

10/02/2013 at 08:24PM

12
#>296 - hiding / @I_haveno_name

10/02/2013 at 08:23PM

13
#>365 - hiding / @I_haveno_name

10/02/2013 at 08:22PM

14
#>410 - hiding / @I_haveno_name

10/02/2013 at 08:19PM

14
#>410 - hiding / @I_haveno_name

10/02/2013 at 08:21PM

16
#>448 - hiding / @I_haveno_name

10/02/2013 at 08:17PM

18
#>474 - hiding / @I_haveno_name

10/02/2013 at 08:11PM