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

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

451 active golfers, 2430 entries

Solutions by @O34721877:
17
#122 - O / @O34721877

08/08/2018 at 03:02AM

18
#>203 - O / @O34721877

08/08/2018 at 03:00AM

19
#>211 - O / @O34721877

08/08/2018 at 03:00AM

20
#>227 - O / @O34721877

08/08/2018 at 02:59AM

20
#>227 - O / @O34721877

08/08/2018 at 02:59AM

21
#>240 - O / @O34721877

08/08/2018 at 02:58AM

22
#>256 - O / @O34721877

08/08/2018 at 02:58AM

23
#>265 - O / @O34721877

08/08/2018 at 02:57AM

24
#>279 - O / @O34721877

08/08/2018 at 02:56AM

25
#>295 - O / @O34721877

08/08/2018 at 02:56AM

26
#>312 - O / @O34721877

08/08/2018 at 02:56AM

27
#>327 - O / @O34721877

08/08/2018 at 02:55AM

29
#>366 - O / @O34721877

08/08/2018 at 02:55AM

31
#>382 - O / @O34721877

08/08/2018 at 02:53AM

34
#>391 - O / @O34721877

08/08/2018 at 02:52AM

36
#>399 - O / @O34721877

08/08/2018 at 02:51AM

41
#>408 - O / @O34721877

08/08/2018 at 02:49AM

44
#>413 - O / @O34721877

08/08/2018 at 02:46AM