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

The best way to learn is to practice. Below, you will find some of the solutions other golfers have entered. To unlock higher ranked solutions, submit your own entry which does as well or better than the solutions you can currently see - climb the ladder!

Check out these helpful resources to improve your Vim skills... Game on.

Unlock 264 remaining solutions by signing in and submitting your own entry
#265 s-hue / @hue1127 - Score: 208 - 07/14/15 @ 00:24
i<ul><Esc>A<\<BS>/ul><Esc>:s\(\w\d\),*/\t<li>\q<\/li>\r/g<CR>hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhha<CR><Esc>:<BS>:s/,/<\.<BS>/li>/g<CR>wwlla<CR><Esc>llllllllla<CR><Esc>llllllllla<CR><Esc>llllllllla<CR><Esc>lllla<CR>k<BS><Esc>kk$hhhhveelyjp0kkkk<C-V>jjjjI<Tab><Esc>jkl<C-V>jjjjjkI<li><Esc>j<Esc>:w<CR><Esc>:wq!<CR>

0 comments


Created by: @compilejason

265 active golfers, 997 entries

Leaderboard (lowest score wins):
56
#241 - Wandering ponderer / @0proxycon

07/11/2015 at 11:06PM

56
#242 - Paul Inc / @hiniol1982

07/13/2017 at 08:01PM

57
#243 - Toni Dezman / @CesarekToni

07/28/2015 at 07:32PM

57
#244 - Luis Rodriguez / @luisthecoder

11/16/2018 at 03:25AM

58
#245 - Evan / @reuhssurance

08/21/2015 at 02:06AM

58
#246 - Hisco / @francis_vega

09/04/2015 at 03:35PM

58
#247 - David Aguilera / @davilera

08/11/2016 at 02:20PM

59
#248 - Gerald Tilma / @GeraldTilma

10/17/2015 at 09:24PM

59
#249 - Theodore DeRego / @tedsta0

12/08/2015 at 04:08AM

60
#250 - z0c / @zerocabal

06/11/2018 at 04:26PM

61
#251 - vimgolf5555 / @h849718

10/15/2015 at 11:02AM

61
#252 - Michael Dykman / @MichaelDykman

04/29/2016 at 03:49PM

62
#253 - Brent Woo / @BrentPWoo

10/02/2018 at 03:50PM

65
#254 - WLIU / @weichih654

08/27/2015 at 11:08AM

65
#255 - Mark Maglana / @markmaglana

10/20/2015 at 07:43AM

66
#256 - Nicola A / @aitkenster

07/16/2015 at 04:51PM

66
#257 - Jeanno / @JeannoHS

07/29/2015 at 04:36AM

68
#258 - 江裕诚 / @fatjyc

07/14/2015 at 02:48PM

69
#259 - Rudolfs Sohn / @rudolf_son

08/28/2015 at 06:12PM

69
#260 - adrien frediani / @fredianiadrien

01/04/2016 at 08:07PM

70
#261 - Hendrik Lammers / @hendriklammers

07/16/2015 at 07:25PM

103
#262 - Brandon Milam / @jbmilam950

07/09/2015 at 05:32PM

111
#263 - 윤승후 / @yunseunghu7

03/04/2022 at 05:17AM

195
#264 - Евгения Харламова / @MadWomaZ

07/20/2015 at 05:20PM

208
#265 - s-hue / @hue1127

07/14/2015 at 12:24AM