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

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

375 active golfers, 2064 entries

Solutions by @alythobani:
16
#57 - Aly Thobani / @alythobani

05/29/2024 at 04:52AM

17
#>114 - Aly Thobani / @alythobani

05/29/2024 at 04:51AM

18
#>132 - Aly Thobani / @alythobani

05/29/2024 at 04:49AM

19
#>136 - Aly Thobani / @alythobani

05/29/2024 at 04:48AM

20
#>139 - Aly Thobani / @alythobani

05/29/2024 at 04:47AM

22
#>161 - Aly Thobani / @alythobani

05/29/2024 at 04:46AM

24
#>179 - Aly Thobani / @alythobani

05/29/2024 at 04:45AM

27
#>213 - Aly Thobani / @alythobani

05/29/2024 at 04:40AM