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

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

448 active golfers, 2417 entries

Solutions by @RaylanFox:
17
#167 - RaylanFox / @RaylanFox

10/08/2020 at 08:05AM

18
#>207 - RaylanFox / @RaylanFox

10/08/2020 at 08:01AM

19
#>212 - RaylanFox / @RaylanFox

10/08/2020 at 08:00AM

20
#>229 - RaylanFox / @RaylanFox

10/08/2020 at 08:00AM

21
#>244 - RaylanFox / @RaylanFox

10/08/2020 at 08:00AM

22
#>258 - RaylanFox / @RaylanFox

10/08/2020 at 07:59AM

23
#>271 - RaylanFox / @RaylanFox

10/08/2020 at 07:58AM

24
#>284 - RaylanFox / @RaylanFox

10/08/2020 at 07:55AM

27
#>326 - RaylanFox / @RaylanFox

04/14/2020 at 06:49AM

28
#>345 - RaylanFox / @RaylanFox

04/14/2020 at 06:48AM

29
#>365 - RaylanFox / @RaylanFox

04/14/2020 at 06:47AM

30
#>377 - RaylanFox / @RaylanFox

04/14/2020 at 06:47AM

31
#>384 - RaylanFox / @RaylanFox

04/14/2020 at 06:45AM

32
#>386 - RaylanFox / @RaylanFox

04/14/2020 at 06:45AM

33
#>388 - RaylanFox / @RaylanFox

04/14/2020 at 06:44AM

34
#>390 - RaylanFox / @RaylanFox

04/14/2020 at 06:41AM

75
#>440 - RaylanFox / @RaylanFox

10/08/2020 at 07:47AM