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

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

231 active golfers, 1406 entries

Solutions by @insomnight:
14
#9 - got_windy / @insomnight

10/24/2024 at 12:58AM

15
#>16 - got_windy / @insomnight

10/24/2024 at 12:56AM

16
#>31 - got_windy / @insomnight

10/24/2024 at 12:54AM

17
#>34 - got_windy / @insomnight

10/24/2024 at 12:52AM

18
#>44 - got_windy / @insomnight

10/24/2024 at 12:51AM

19
#>62 - got_windy / @insomnight

10/24/2024 at 12:50AM

20
#>68 - got_windy / @insomnight

10/24/2024 at 12:49AM

21
#>78 - got_windy / @insomnight

10/24/2024 at 12:48AM

22
#>81 - got_windy / @insomnight

10/24/2024 at 12:46AM

23
#>91 - got_windy / @insomnight

10/24/2024 at 12:43AM

24
#>103 - got_windy / @insomnight

10/24/2024 at 12:42AM

25
#>110 - got_windy / @insomnight

10/24/2024 at 12:39AM

33
#>162 - got_windy / @insomnight

10/24/2024 at 12:41AM