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

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

448 active golfers, 2417 entries

Solutions by @k24w24:
16
#11 - k24w24 / @k24w24

03/30/2019 at 11:40AM

17
#>136 - k24w24 / @k24w24

03/30/2019 at 11:38AM

18
#>205 - k24w24 / @k24w24

03/30/2019 at 11:09AM

20
#>227 - k24w24 / @k24w24

03/30/2019 at 11:04AM

21
#>241 - k24w24 / @k24w24

03/30/2019 at 08:51AM

23
#>267 - k24w24 / @k24w24

03/30/2019 at 08:38AM

24
#>279 - k24w24 / @k24w24

03/30/2019 at 08:19AM

25
#>294 - k24w24 / @k24w24

03/29/2019 at 01:57PM

31
#>384 - k24w24 / @k24w24

03/29/2019 at 01:36PM