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

379 active golfers, 2090 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
#>132 - math is what I hate / @mpnmbn

09/20/2022 at 06:21PM

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

09/20/2022 at 06:20PM

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

09/20/2022 at 06:20PM

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

09/20/2022 at 06:20PM

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

09/20/2022 at 06:19PM

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

09/20/2022 at 06:19PM

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

09/20/2022 at 06:18PM

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

09/20/2022 at 06:18PM

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

09/20/2022 at 06:16PM

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

09/20/2022 at 06:15PM

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

09/20/2022 at 06:14PM

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

09/20/2022 at 06:13PM

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

09/20/2022 at 06:11PM

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

03/13/2022 at 10:46AM