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

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

443 active golfers, 2378 entries

Solutions by @YucefIbrahim:
17
#149 - yousef Ibrahim / @YucefIbrahim

10/25/2019 at 12:27PM

18
#>204 - yousef Ibrahim / @YucefIbrahim

10/25/2019 at 12:24PM

20
#>224 - yousef Ibrahim / @YucefIbrahim

10/25/2019 at 12:22PM

21
#>240 - yousef Ibrahim / @YucefIbrahim

10/25/2019 at 12:19PM

22
#>255 - yousef Ibrahim / @YucefIbrahim

10/25/2019 at 12:16PM

26
#>312 - yousef Ibrahim / @YucefIbrahim

10/25/2019 at 12:10PM

36
#>393 - yousef Ibrahim / @YucefIbrahim

10/25/2019 at 12:00PM

43
#>406 - yousef Ibrahim / @YucefIbrahim

10/25/2019 at 11:44AM

47
#>412 - yousef Ibrahim / @YucefIbrahim

10/25/2019 at 11:31AM

50
#>421 - yousef Ibrahim / @YucefIbrahim

10/25/2019 at 11:15AM