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

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

449 active golfers, 2425 entries

Solutions by @PeppaPigSg:
16
#49 - Peppa Pig / @PeppaPigSg

07/22/2024 at 12:24AM

17
#>173 - Peppa Pig / @PeppaPigSg

04/29/2024 at 05:02AM

18
#>210 - Peppa Pig / @PeppaPigSg

04/29/2024 at 05:02AM

20
#>232 - Peppa Pig / @PeppaPigSg

04/29/2024 at 05:01AM

21
#>245 - Peppa Pig / @PeppaPigSg

04/29/2024 at 05:01AM

22
#>259 - Peppa Pig / @PeppaPigSg

04/29/2024 at 05:00AM

23
#>273 - Peppa Pig / @PeppaPigSg

04/29/2024 at 04:59AM

24
#>286 - Peppa Pig / @PeppaPigSg

04/29/2024 at 04:58AM

25
#>297 - Peppa Pig / @PeppaPigSg

04/29/2024 at 04:58AM

26
#>319 - Peppa Pig / @PeppaPigSg

04/29/2024 at 04:56AM