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

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

392 active golfers, 2168 entries

Solutions by @schmarles_:
17
#118 - 🥚 / @schmarles_

11/09/2024 at 10:03PM

18
#>138 - 🥚 / @schmarles_

11/09/2024 at 10:02PM

19
#>143 - 🥚 / @schmarles_

11/09/2024 at 10:02PM

20
#>147 - 🥚 / @schmarles_

11/09/2024 at 10:02PM

21
#>155 - 🥚 / @schmarles_

11/09/2024 at 10:01PM

22
#>169 - 🥚 / @schmarles_

11/09/2024 at 10:00PM

23
#>181 - 🥚 / @schmarles_

11/09/2024 at 10:00PM

24
#>187 - 🥚 / @schmarles_

11/09/2024 at 09:59PM

25
#>194 - 🥚 / @schmarles_

11/09/2024 at 09:59PM

26
#>209 - 🥚 / @schmarles_

11/09/2024 at 09:57PM

27
#>222 - 🥚 / @schmarles_

11/09/2024 at 09:57PM

28
#>227 - 🥚 / @schmarles_

11/09/2024 at 09:56PM

29
#>229 - 🥚 / @schmarles_

11/09/2024 at 09:55PM

30
#>252 - 🥚 / @schmarles_

11/09/2024 at 09:49PM