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 596dd9ca448256000c000011

Array transposition

Transpose two arrays into one.

Start file
[1,2,3,4,5,6,7,8,9,0]
[a,b,c,d,e,f,g,h,i,j]
End file
[1,a,2,b,3,c,4,d,5,e,6,f,7,g,8,h,9,i,0,j]

View Diff

1,2c1
< [1,2,3,4,5,6,7,8,9,0]
< [a,b,c,d,e,f,g,h,i,j]
---
> [1,a,2,b,3,c,4,d,5,e,6,f,7,g,8,h,9,i,0,j]

Solutions by @utah12005:

Unlock 13 remaining solutions by signing in and submitting your own entry
Created by: @juancolacelli

443 active golfers, 2378 entries

Solutions by @utah12005:
16
#19 - Chen-Hung Wu / @utah12005

10/06/2019 at 06:04PM

17
#>147 - Chen-Hung Wu / @utah12005

10/06/2019 at 06:03PM

17
#>147 - Chen-Hung Wu / @utah12005

10/07/2019 at 05:09PM

18
#>204 - Chen-Hung Wu / @utah12005

10/06/2019 at 06:03PM

19
#>209 - Chen-Hung Wu / @utah12005

10/06/2019 at 06:03PM

20
#>224 - Chen-Hung Wu / @utah12005

10/06/2019 at 06:02PM

21
#>240 - Chen-Hung Wu / @utah12005

10/06/2019 at 06:02PM

22
#>255 - Chen-Hung Wu / @utah12005

10/06/2019 at 06:01PM

23
#>267 - Chen-Hung Wu / @utah12005

10/06/2019 at 06:01PM

24
#>278 - Chen-Hung Wu / @utah12005

10/06/2019 at 05:59PM

25
#>291 - Chen-Hung Wu / @utah12005

10/06/2019 at 05:59PM

54
#>425 - Chen-Hung Wu / @utah12005

10/06/2019 at 03:03PM

73
#>433 - Chen-Hung Wu / @utah12005

10/06/2019 at 03:01PM