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

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

369 active golfers, 2002 entries

Solutions by @ThatBigCock:
16
#20 - Marion Oldman / @ThatBigCock

01/16/2021 at 07:20PM

17
#>86 - Marion Oldman / @ThatBigCock

01/16/2021 at 07:18PM

18
#>122 - Marion Oldman / @ThatBigCock

01/16/2021 at 07:06PM

19
#>132 - Marion Oldman / @ThatBigCock

01/16/2021 at 04:30PM

21
#>141 - Marion Oldman / @ThatBigCock

01/16/2021 at 04:16PM

27
#>201 - Marion Oldman / @ThatBigCock

01/16/2021 at 01:42PM

30
#>227 - Marion Oldman / @ThatBigCock

01/16/2021 at 01:38PM