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

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

384 active golfers, 2115 entries

Solutions by @kyu08_:
17
#106 - 94 / @kyu08_

04/11/2023 at 11:02AM

18
#>134 - 94 / @kyu08_

04/11/2023 at 10:57AM

19
#>139 - 94 / @kyu08_

04/11/2023 at 10:56AM

20
#>143 - 94 / @kyu08_

04/11/2023 at 10:54AM

21
#>150 - 94 / @kyu08_

04/11/2023 at 10:51AM

21
#>150 - 94 / @kyu08_

04/11/2023 at 10:53AM

22
#>163 - 94 / @kyu08_

04/11/2023 at 10:48AM

23
#>175 - 94 / @kyu08_

04/11/2023 at 10:45AM