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 4d3c51f1aabf526ed6000030

HTML to Haml

Help convert this HTML page to Haml.

Start file
<html>
  <head>
    <title>Vim Rocks!</title>
  </head>
  <body>
    <h1>So does Haml</h1>
  </body>
</html>
End file
%html
  %head
    %title Vim Rocks!
  %body
    %h1 So does Haml

View Diff

1,8c1,5
< <html>
<   <head>
<     <title>Vim Rocks!</title>
<   </head>
<   <body>
<     <h1>So does Haml</h1>
<   </body>
< </html>
---
> %html
>   %head
>     %title Vim Rocks!
>   %body
>     %h1 So does Haml

Solutions by @jboyens:

Unlock 10 remaining solutions by signing in and submitting your own entry
Created by: @bradly

202 active golfers, 842 entries

Solutions by @jboyens:
57
#187 - JR Boyens / @jboyens

01/24/2011 at 06:56PM

60
#>189 - JR Boyens / @jboyens

01/24/2011 at 06:55PM

61
#>189 - JR Boyens / @jboyens

01/24/2011 at 06:53PM

64
#>190 - JR Boyens / @jboyens

01/24/2011 at 06:51PM

68
#>193 - JR Boyens / @jboyens

01/24/2011 at 06:50PM

79
#>199 - JR Boyens / @jboyens

01/24/2011 at 06:45PM

84
#>199 - JR Boyens / @jboyens

01/24/2011 at 06:42PM

84
#>199 - JR Boyens / @jboyens

01/24/2011 at 06:42PM

87
#>199 - JR Boyens / @jboyens

01/24/2011 at 06:37PM

90
#>200 - JR Boyens / @jboyens

01/24/2011 at 06:35PM