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

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

380 active golfers, 2103 entries

Solutions by @tjxwg:
17
#110 - 7733865@qq.com / @tjxwg

07/05/2023 at 10:04AM

18
#>134 - 7733865@qq.com / @tjxwg

07/05/2023 at 09:47AM

19
#>138 - 7733865@qq.com / @tjxwg

07/05/2023 at 09:39AM

21
#>149 - 7733865@qq.com / @tjxwg

07/05/2023 at 09:28AM

22
#>163 - 7733865@qq.com / @tjxwg

07/05/2023 at 09:23AM

23
#>174 - 7733865@qq.com / @tjxwg

07/04/2023 at 12:18PM

25
#>188 - 7733865@qq.com / @tjxwg

07/04/2023 at 12:06PM

29
#>223 - 7733865@qq.com / @tjxwg

07/04/2023 at 11:14AM