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

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

384 active golfers, 2115 entries

Solutions by @mpnmbn:
16
#46 - math is what I hate / @mpnmbn

09/20/2022 at 06:22PM

17
#>100 - math is what I hate / @mpnmbn

09/20/2022 at 06:21PM

18
#>133 - math is what I hate / @mpnmbn

09/20/2022 at 06:21PM

19
#>139 - math is what I hate / @mpnmbn

09/20/2022 at 06:20PM

20
#>143 - math is what I hate / @mpnmbn

09/20/2022 at 06:20PM

21
#>150 - math is what I hate / @mpnmbn

09/20/2022 at 06:20PM

22
#>161 - math is what I hate / @mpnmbn

09/20/2022 at 06:19PM

23
#>175 - math is what I hate / @mpnmbn

09/20/2022 at 06:19PM

24
#>182 - math is what I hate / @mpnmbn

09/20/2022 at 06:18PM

25
#>188 - math is what I hate / @mpnmbn

09/20/2022 at 06:18PM

26
#>197 - math is what I hate / @mpnmbn

09/20/2022 at 06:16PM

27
#>213 - math is what I hate / @mpnmbn

09/20/2022 at 06:15PM

30
#>241 - math is what I hate / @mpnmbn

09/20/2022 at 06:14PM

31
#>250 - math is what I hate / @mpnmbn

09/20/2022 at 06:13PM

32
#>269 - math is what I hate / @mpnmbn

09/20/2022 at 06:11PM

51
#>353 - math is what I hate / @mpnmbn

03/13/2022 at 10:46AM