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 559e6360b6f8bd0f17010b61

Make HTML List

Turn the comma separated list into an unordered html list.

Start file
item1,item2,item3,item4,item5
End file
<ul>
       
<li>item1</li>
       
<li>item2</li>
       
<li>item3</li>
       
<li>item4</li>
       
<li>item5</li>
</ul>

View Diff

1c1,7
< item1,item2,item3,item4,item5
---
> <ul>
>       <li>item1</li>
>       <li>item2</
li>
>       <li>item3</li>
>       <li>item4</
li>
>       <li>item5</li>
> </
ul>

Solutions by @the_nQL:

Unlock 14 remaining solutions by signing in and submitting your own entry
Created by: @compilejason

274 active golfers, 1061 entries

Solutions by @the_nQL:
36
#64 - Patrick Cichon / @the_nQL

12/07/2015 at 08:30PM

37
#>76 - Patrick Cichon / @the_nQL

12/07/2015 at 08:29PM

37
#>76 - Patrick Cichon / @the_nQL

12/07/2015 at 08:59PM

38
#>78 - Patrick Cichon / @the_nQL

12/07/2015 at 08:27PM

38
#>78 - Patrick Cichon / @the_nQL

12/07/2015 at 08:38PM

41
#>104 - Patrick Cichon / @the_nQL

12/07/2015 at 08:25PM

43
#>117 - Patrick Cichon / @the_nQL

12/07/2015 at 08:22PM

46
#>137 - Patrick Cichon / @the_nQL

12/07/2015 at 08:19PM

47
#>152 - Patrick Cichon / @the_nQL

12/07/2015 at 08:18PM

48
#>163 - Patrick Cichon / @the_nQL

12/07/2015 at 08:15PM

50
#>206 - Patrick Cichon / @the_nQL

12/07/2015 at 08:11PM

52
#>234 - Patrick Cichon / @the_nQL

12/07/2015 at 08:09PM

54
#>243 - Patrick Cichon / @the_nQL

12/07/2015 at 08:04PM

54
#>243 - Patrick Cichon / @the_nQL

12/07/2015 at 08:08PM