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

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

451 active golfers, 2430 entries

Solutions by @cs1379320:
17
#105 - Chris Sutton / @cs1379320

03/12/2018 at 05:03AM

17
#>105 - Chris Sutton / @cs1379320

03/12/2018 at 05:05AM

18
#>199 - Chris Sutton / @cs1379320

03/12/2018 at 05:03AM

20
#>225 - Chris Sutton / @cs1379320

03/12/2018 at 05:01AM

21
#>239 - Chris Sutton / @cs1379320

03/12/2018 at 05:00AM

22
#>255 - Chris Sutton / @cs1379320

03/12/2018 at 04:59AM

23
#>263 - Chris Sutton / @cs1379320

03/12/2018 at 04:58AM

25
#>294 - Chris Sutton / @cs1379320

03/12/2018 at 04:57AM

26
#>307 - Chris Sutton / @cs1379320

03/12/2018 at 04:56AM

27
#>326 - Chris Sutton / @cs1379320

03/12/2018 at 04:55AM

28
#>341 - Chris Sutton / @cs1379320

03/12/2018 at 04:54AM

29
#>365 - Chris Sutton / @cs1379320

03/12/2018 at 04:51AM