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

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

443 active golfers, 2378 entries

Solutions by @viniciusxp:
26
#302 - Pereant osores / @viniciusxp

12/11/2017 at 07:04AM

27
#>320 - Pereant osores / @viniciusxp

12/11/2017 at 07:01AM

28
#>334 - Pereant osores / @viniciusxp

12/11/2017 at 06:59AM

29
#>358 - Pereant osores / @viniciusxp

12/05/2017 at 05:37PM

29
#>358 - Pereant osores / @viniciusxp

12/05/2017 at 05:41PM

30
#>372 - Pereant osores / @viniciusxp

12/11/2017 at 06:51AM

34
#>386 - Pereant osores / @viniciusxp

12/11/2017 at 06:57AM

50
#>420 - Pereant osores / @viniciusxp

12/11/2017 at 06:47AM