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 5d6aa7f288ff50000c123d49

Label grid cells (6x6)

Label the cells of a grid with its coordinates. Rows are labelled top to bottom from A to F, and columns left to right from A to F. Each cell has a coordinate MN, where M is the row letter and N is the column letter.

Start file

End file
AA AB AC AD AE AF
BA BB BC BD BE BF
CA CB CC CD CE CF
DA DB DC DD DE DF
EA EB EC ED EE EF
FA FB FC FD FE FF

View Diff

1c1,6
< 
---
> AA AB AC AD AE AF
> BA BB BC BD BE BF
> CA CB CC CD CE CF
> DA DB DC DD DE DF
> EA EB EC ED EE EF
> FA FB FC FD FE FF

Solutions by @jkrause314:

Unlock 1 remaining solutions by signing in and submitting your own entry
Created by: @tpenguinltg

17 active golfers, 45 entries

Solutions by @jkrause314:
33
#6 - Jon Krause / @jkrause314

12/16/2020 at 08:56PM