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

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

380 active golfers, 2103 entries

Solutions by @Pireax:
16
#59 - Pim / @Pireax

11/07/2024 at 11:56PM

17
#>115 - Pim / @Pireax

11/07/2024 at 11:54PM

18
#>135 - Pim / @Pireax

11/07/2024 at 11:53PM

19
#>139 - Pim / @Pireax

11/07/2024 at 11:52PM

20
#>142 - Pim / @Pireax

11/07/2024 at 11:48PM

21
#>150 - Pim / @Pireax

11/07/2024 at 11:47PM

22
#>164 - Pim / @Pireax

11/07/2024 at 11:29PM

27
#>216 - Pim / @Pireax

11/07/2024 at 11:20PM

30
#>246 - Pim / @Pireax

11/07/2024 at 10:51PM

34
#>289 - Pim / @Pireax

11/07/2024 at 10:44PM