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 4d1bfa8fb2c3e06468000127

Table Reshuffle

Fix the column order in this table... also append the new 'username' column.

Start file
smith,john,27
brown,bob,35
jones,steve,19
graham,phil,44
End file
27,john,smith,jsmith
35,bob,brown,bbrown
19,steve,jones,sjones
44,phil,graham,pgraham

View Diff

1,4c1,4
< smith,john,27
< brown,bob,35
< jones,steve,19
< graham,phil,44
---
> 27,john,smith,jsmith
> 35,bob,brown,bbrown
> 19,steve,jones,sjones
> 44,phil,graham,pgraham

Solutions by @quemeraisc:

Unlock 4 remaining solutions by signing in and submitting your own entry
Created by: @bjjwillis

134 active golfers, 371 entries

Solutions by @quemeraisc:
40
#110 - quemeraisc / @quemeraisc

05/24/2022 at 12:30PM

42
#>114 - quemeraisc / @quemeraisc

05/24/2022 at 12:28PM

44
#>118 - quemeraisc / @quemeraisc

05/24/2022 at 12:26PM

56
#>128 - quemeraisc / @quemeraisc

05/24/2022 at 12:19PM