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 9v00669b3ff1000000000303

Rearrange array to single level

The goal is to flatten the array into a single list and remove any empty elements.

Start file
[
    []  ,
    [''],
    ['0', '1', '2'],
    ['3', '4', '5'],
    ['6', '7'],
    ['8', '9'],
    ['']
]
End file
['', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '']

View Diff

1,9c1
< [
<     []  ,
<     [''],
<     ['0', '1', '2'],
<     ['3', '4', '5'],
<     ['6', '7'],
<     ['8', '9'],
<     ['']
< ]
---
> ['', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '']

Solutions by @ruxandrastancioi:

Unlock 18 remaining solutions by signing in and submitting your own entry
Created by: @maharba6

290 active golfers, 1737 entries

Solutions by @ruxandrastancioi:
19
#63 - ruxandrastancioi / @ruxandrastancioi

07/31/2024 at 11:00AM

20
#>77 - ruxandrastancioi / @ruxandrastancioi

07/31/2024 at 10:58AM

21
#>87 - ruxandrastancioi / @ruxandrastancioi

07/31/2024 at 10:54AM

23
#>101 - ruxandrastancioi / @ruxandrastancioi

07/31/2024 at 10:37AM

24
#>114 - ruxandrastancioi / @ruxandrastancioi

07/31/2024 at 10:21AM

26
#>143 - ruxandrastancioi / @ruxandrastancioi

07/31/2024 at 09:58AM

28
#>161 - ruxandrastancioi / @ruxandrastancioi

07/31/2024 at 09:50AM

30
#>175 - ruxandrastancioi / @ruxandrastancioi

07/31/2024 at 09:43AM

32
#>187 - ruxandrastancioi / @ruxandrastancioi

07/31/2024 at 09:41AM

34
#>208 - ruxandrastancioi / @ruxandrastancioi

07/31/2024 at 09:40AM

37
#>224 - ruxandrastancioi / @ruxandrastancioi

07/31/2024 at 08:56AM

40
#>233 - ruxandrastancioi / @ruxandrastancioi

07/31/2024 at 08:47AM

44
#>250 - ruxandrastancioi / @ruxandrastancioi

07/30/2024 at 05:49PM

50
#>253 - ruxandrastancioi / @ruxandrastancioi

07/30/2024 at 08:37PM

54
#>259 - ruxandrastancioi / @ruxandrastancioi

07/30/2024 at 08:38PM

59
#>262 - ruxandrastancioi / @ruxandrastancioi

07/30/2024 at 05:40PM

178
#>283 - ruxandrastancioi / @ruxandrastancioi

07/30/2024 at 12:03PM

239
#>286 - ruxandrastancioi / @ruxandrastancioi

07/30/2024 at 12:08PM