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

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

443 active golfers, 2378 entries

Solutions by @BobStreams1:
17
#159 - Bob Streams / @BobStreams1

06/02/2020 at 08:45AM

18
#>204 - Bob Streams / @BobStreams1

06/02/2020 at 08:43AM

19
#>209 - Bob Streams / @BobStreams1

06/02/2020 at 08:42AM

20
#>224 - Bob Streams / @BobStreams1

06/02/2020 at 08:37AM

22
#>255 - Bob Streams / @BobStreams1

06/02/2020 at 08:35AM

25
#>292 - Bob Streams / @BobStreams1

06/02/2020 at 08:29AM

26
#>313 - Bob Streams / @BobStreams1

06/02/2020 at 08:27AM

29
#>362 - Bob Streams / @BobStreams1

06/02/2020 at 08:24AM

37
#>395 - Bob Streams / @BobStreams1

06/02/2020 at 08:12AM