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

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

384 active golfers, 2115 entries

Solutions by @PeppaPigSg:
16
#58 - Peppa Pig / @PeppaPigSg

07/15/2024 at 09:06AM

17
#>115 - Peppa Pig / @PeppaPigSg

04/07/2024 at 04:56AM

18
#>135 - Peppa Pig / @PeppaPigSg

04/07/2024 at 04:53AM

19
#>140 - Peppa Pig / @PeppaPigSg

04/07/2024 at 04:51AM

20
#>143 - Peppa Pig / @PeppaPigSg

04/07/2024 at 04:44AM

22
#>165 - Peppa Pig / @PeppaPigSg

04/07/2024 at 04:41AM

23
#>177 - Peppa Pig / @PeppaPigSg

04/07/2024 at 04:35AM

27
#>217 - Peppa Pig / @PeppaPigSg

04/07/2024 at 04:13AM

32
#>274 - Peppa Pig / @PeppaPigSg

04/07/2024 at 03:58AM

34
#>290 - Peppa Pig / @PeppaPigSg

04/07/2024 at 03:51AM