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

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

380 active golfers, 2103 entries

Solutions by @Alice92541388:
16
#4 - Alice / @Alice92541388

11/25/2020 at 09:33PM

16
#>4 - Alice / @Alice92541388

11/25/2020 at 09:33PM

17
#>75 - Alice / @Alice92541388

11/25/2020 at 09:32PM

18
#>127 - Alice / @Alice92541388

11/25/2020 at 09:31PM

21
#>146 - Alice / @Alice92541388

11/25/2020 at 01:41AM

22
#>151 - Alice / @Alice92541388

11/25/2020 at 01:41AM

23
#>168 - Alice / @Alice92541388

11/25/2020 at 01:39AM

24
#>177 - Alice / @Alice92541388

11/25/2020 at 01:38AM

25
#>183 - Alice / @Alice92541388

11/25/2020 at 01:37AM

27
#>204 - Alice / @Alice92541388

11/25/2020 at 01:35AM

30
#>226 - Alice / @Alice92541388

11/24/2020 at 11:38PM

31
#>247 - Alice / @Alice92541388

11/24/2020 at 11:37PM

32
#>255 - Alice / @Alice92541388

11/24/2020 at 11:28PM

34
#>277 - Alice / @Alice92541388

11/24/2020 at 11:26PM

35
#>290 - Alice / @Alice92541388

11/24/2020 at 11:35PM