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

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

443 active golfers, 2378 entries

Solutions by @MateiCopot:
17
#104 - towc / @MateiCopot

04/02/2018 at 10:11AM

18
#>195 - towc / @MateiCopot

04/02/2018 at 10:10AM

18
#>195 - towc / @MateiCopot

04/02/2018 at 10:10AM

20
#>221 - towc / @MateiCopot

04/02/2018 at 10:04AM

21
#>236 - towc / @MateiCopot

04/02/2018 at 10:03AM

23
#>260 - towc / @MateiCopot

04/02/2018 at 09:55AM

23
#>260 - towc / @MateiCopot

04/02/2018 at 09:56AM

24
#>273 - towc / @MateiCopot

04/02/2018 at 09:49AM

26
#>303 - towc / @MateiCopot

04/02/2018 at 09:47AM

28
#>337 - towc / @MateiCopot

04/02/2018 at 09:42AM

28
#>337 - towc / @MateiCopot

04/02/2018 at 09:45AM