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

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

443 active golfers, 2378 entries

Solutions by @drpproteus:
17
#91 - BarbaJol / @drpproteus

12/30/2017 at 02:21PM

18
#>192 - BarbaJol / @drpproteus

12/30/2017 at 02:19PM

20
#>221 - BarbaJol / @drpproteus

12/30/2017 at 02:17PM

21
#>235 - BarbaJol / @drpproteus

12/30/2017 at 02:16PM

22
#>250 - BarbaJol / @drpproteus

12/30/2017 at 02:15PM

24
#>272 - BarbaJol / @drpproteus

12/30/2017 at 02:10PM

26
#>302 - BarbaJol / @drpproteus

12/30/2017 at 02:07PM

27
#>321 - BarbaJol / @drpproteus

12/30/2017 at 02:05PM

28
#>335 - BarbaJol / @drpproteus

12/30/2017 at 02:03PM

29
#>358 - BarbaJol / @drpproteus

12/30/2017 at 02:01PM