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

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

448 active golfers, 2417 entries

Solutions by @mihaicristiant:
16
#8 - Mihai / @mihaicristiant

11/30/2018 at 03:13PM

17
#>131 - Mihai / @mihaicristiant

11/30/2018 at 03:12PM

18
#>205 - Mihai / @mihaicristiant

11/30/2018 at 02:55PM

20
#>227 - Mihai / @mihaicristiant

11/30/2018 at 02:54PM

21
#>241 - Mihai / @mihaicristiant

11/30/2018 at 02:53PM

23
#>267 - Mihai / @mihaicristiant

11/30/2018 at 02:44PM

25
#>293 - Mihai / @mihaicristiant

11/30/2018 at 02:41PM

26
#>310 - Mihai / @mihaicristiant

11/30/2018 at 02:40PM

27
#>325 - Mihai / @mihaicristiant

11/30/2018 at 02:36PM

34
#>390 - Mihai / @mihaicristiant

11/30/2018 at 02:35PM

45
#>412 - Mihai / @mihaicristiant

11/30/2018 at 02:21PM

55
#>431 - Mihai / @mihaicristiant

11/30/2018 at 02:15PM

103
#>444 - Mihai / @mihaicristiant

11/30/2018 at 02:10PM