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

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

239 active golfers, 1459 entries

Solutions by @matsfaugli:
16
#22 - Mats Faugli / @matsfaugli

08/05/2024 at 10:45AM

19
#>54 - Mats Faugli / @matsfaugli

08/05/2024 at 10:43AM

20
#>66 - Mats Faugli / @matsfaugli

08/05/2024 at 10:42AM

21
#>76 - Mats Faugli / @matsfaugli

08/05/2024 at 10:40AM

23
#>87 - Mats Faugli / @matsfaugli

08/05/2024 at 10:38AM

24
#>98 - Mats Faugli / @matsfaugli

08/05/2024 at 10:36AM

27
#>127 - Mats Faugli / @matsfaugli

08/05/2024 at 09:08AM

27
#>127 - Mats Faugli / @matsfaugli

08/05/2024 at 10:34AM

30
#>148 - Mats Faugli / @matsfaugli

08/12/2024 at 12:48PM

32
#>156 - Mats Faugli / @matsfaugli

08/05/2024 at 08:58AM

42
#>198 - Mats Faugli / @matsfaugli

08/05/2024 at 08:53AM