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 @10WilliamsJoel:

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

208 active golfers, 1319 entries

Solutions by @10WilliamsJoel:
22
#78 - Joel Williams / @10WilliamsJoel

09/05/2024 at 10:56AM

23
#>85 - Joel Williams / @10WilliamsJoel

09/05/2024 at 08:35AM

24
#>98 - Joel Williams / @10WilliamsJoel

09/04/2024 at 01:29PM

25
#>103 - Joel Williams / @10WilliamsJoel

09/04/2024 at 01:23PM

26
#>115 - Joel Williams / @10WilliamsJoel

09/04/2024 at 11:36AM

28
#>127 - Joel Williams / @10WilliamsJoel

09/04/2024 at 11:30AM

32
#>149 - Joel Williams / @10WilliamsJoel

09/04/2024 at 11:25AM

39
#>170 - Joel Williams / @10WilliamsJoel

09/04/2024 at 11:24AM

47
#>184 - Joel Williams / @10WilliamsJoel

09/04/2024 at 11:23AM