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

swap number pairs

Swap the numbers in a bunch of 2-element arrays.

Start file
[2, 1], [5, 4]
[6, 3]
[7, 4]
[8, 2], [12, 11]
End file
[1, 2], [4, 5]
[3, 6]
[4, 7]
[2, 8], [11, 12]

View Diff

1,4c1,4
< [2, 1], [5, 4]
< [6, 3]
< [7, 4]
< [8, 2], [12, 11]
---
> [1, 2], [4, 5]
> [3, 6]
> [4, 7]
> [2, 8], [11, 12]

Solutions by @zacoxi:

Unlock 9 remaining solutions by signing in and submitting your own entry
Created by: @wedesoft

369 active golfers, 2002 entries

Solutions by @zacoxi:
16
#8 - Dax / @zacoxi

12/04/2020 at 01:06AM

16
#>8 - Dax / @zacoxi

12/04/2020 at 01:07AM

17
#>75 - Dax / @zacoxi

12/04/2020 at 01:05AM

18
#>122 - Dax / @zacoxi

12/04/2020 at 01:01AM

19
#>130 - Dax / @zacoxi

12/04/2020 at 01:00AM

21
#>141 - Dax / @zacoxi

12/04/2020 at 12:59AM

22
#>147 - Dax / @zacoxi

12/04/2020 at 12:53AM

23
#>166 - Dax / @zacoxi

12/04/2020 at 12:51AM

30
#>221 - Dax / @zacoxi

12/04/2020 at 12:40AM