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

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

258 active golfers, 1563 entries

Solutions by @wrathofrathma:
19
#66 - Christopher Arausa | Rathma / @wrathofrathma

08/28/2024 at 05:13PM

20
#>72 - Christopher Arausa | Rathma / @wrathofrathma

08/28/2024 at 05:12PM

21
#>82 - Christopher Arausa | Rathma / @wrathofrathma

08/28/2024 at 05:10PM

22
#>88 - Christopher Arausa | Rathma / @wrathofrathma

08/28/2024 at 04:59PM

23
#>95 - Christopher Arausa | Rathma / @wrathofrathma

08/28/2024 at 04:45PM

24
#>111 - Christopher Arausa | Rathma / @wrathofrathma

08/28/2024 at 04:09AM

26
#>134 - Christopher Arausa | Rathma / @wrathofrathma

08/28/2024 at 04:08AM

28
#>149 - Christopher Arausa | Rathma / @wrathofrathma

08/28/2024 at 04:06AM

30
#>159 - Christopher Arausa | Rathma / @wrathofrathma

08/28/2024 at 04:02AM

30
#>159 - Christopher Arausa | Rathma / @wrathofrathma

08/28/2024 at 04:04AM

32
#>172 - Christopher Arausa | Rathma / @wrathofrathma

08/28/2024 at 04:01AM

33
#>180 - Christopher Arausa | Rathma / @wrathofrathma

08/28/2024 at 04:00AM

47
#>222 - Christopher Arausa | Rathma / @wrathofrathma

08/28/2024 at 03:57AM