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

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

443 active golfers, 2378 entries

Solutions by @DGivxLTVopiOQap:
18
#183 - 郑晓东 / @DGivxLTVopiOQap

09/13/2017 at 09:16AM

20
#>220 - 郑晓东 / @DGivxLTVopiOQap

09/13/2017 at 09:14AM

21
#>234 - 郑晓东 / @DGivxLTVopiOQap

09/13/2017 at 09:12AM

22
#>247 - 郑晓东 / @DGivxLTVopiOQap

09/13/2017 at 09:09AM

23
#>258 - 郑晓东 / @DGivxLTVopiOQap

09/13/2017 at 09:03AM

25
#>286 - 郑晓东 / @DGivxLTVopiOQap

09/13/2017 at 09:00AM

26
#>298 - 郑晓东 / @DGivxLTVopiOQap

09/13/2017 at 08:55AM

28
#>331 - 郑晓东 / @DGivxLTVopiOQap

09/13/2017 at 08:53AM

29
#>354 - 郑晓东 / @DGivxLTVopiOQap

09/13/2017 at 08:50AM