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 @bornintheflames:

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

511 active golfers, 1594 entries

Solutions by @bornintheflames:
9
#10 - Remus Dalrymple / @bornintheflames

05/06/2017 at 09:42PM

9
#>39 - Remus Dalrymple / @bornintheflames

12/27/2023 at 08:05PM

10
#>153 - Remus Dalrymple / @bornintheflames

05/06/2017 at 09:42PM

11
#>282 - Remus Dalrymple / @bornintheflames

05/06/2017 at 09:41PM

12
#>346 - Remus Dalrymple / @bornintheflames

05/06/2017 at 09:40PM

13
#>403 - Remus Dalrymple / @bornintheflames

05/06/2017 at 09:39PM

14
#>435 - Remus Dalrymple / @bornintheflames

05/06/2017 at 09:37PM

16
#>459 - Remus Dalrymple / @bornintheflames

12/27/2023 at 07:56PM