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

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

382 active golfers, 2105 entries

Solutions by @haquaman:
16
#1 - Hugh / @haquaman

11/23/2020 at 03:49AM

17
#>73 - Hugh / @haquaman

11/23/2020 at 03:41AM

18
#>127 - Hugh / @haquaman

11/23/2020 at 03:27AM

21
#>145 - Hugh / @haquaman

11/23/2020 at 03:20AM

22
#>151 - Hugh / @haquaman

11/23/2020 at 03:16AM

23
#>168 - Hugh / @haquaman

11/23/2020 at 03:05AM

24
#>177 - Hugh / @haquaman

11/23/2020 at 03:00AM

25
#>183 - Hugh / @haquaman

11/23/2020 at 02:59AM

28
#>217 - Hugh / @haquaman

11/23/2020 at 01:31AM