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

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

446 active golfers, 2415 entries

Solutions by @lastone9182:
17
#119 - 최종원 / @lastone9182

07/17/2018 at 01:39PM

18
#>200 - 최종원 / @lastone9182

07/17/2018 at 01:37PM

20
#>226 - 최종원 / @lastone9182

07/17/2018 at 01:35PM

21
#>239 - 최종원 / @lastone9182

07/17/2018 at 01:30PM

22
#>255 - 최종원 / @lastone9182

07/17/2018 at 01:21PM

23
#>264 - 최종원 / @lastone9182

07/17/2018 at 01:19PM

24
#>277 - 최종원 / @lastone9182

07/17/2018 at 01:17PM

26
#>309 - 최종원 / @lastone9182

07/17/2018 at 01:15PM

27
#>325 - 최종원 / @lastone9182

07/17/2018 at 01:07PM