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

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

443 active golfers, 2378 entries

Solutions by @nilp0inter:
23
#262 - Roberto Martínez / @nilp0inter

08/20/2018 at 10:33PM

24
#>274 - Roberto Martínez / @nilp0inter

08/20/2018 at 10:30PM

25
#>290 - Roberto Martínez / @nilp0inter

08/20/2018 at 10:12PM

29
#>361 - Roberto Martínez / @nilp0inter

08/20/2018 at 10:09PM

30
#>372 - Roberto Martínez / @nilp0inter

08/20/2018 at 10:05PM

31
#>378 - Roberto Martínez / @nilp0inter

08/20/2018 at 09:59PM

33
#>383 - Roberto Martínez / @nilp0inter

08/20/2018 at 09:55PM

40
#>400 - Roberto Martínez / @nilp0inter

08/20/2018 at 09:43PM

52
#>423 - Roberto Martínez / @nilp0inter

08/20/2018 at 10:29PM