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

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

205 active golfers, 881 entries

Solutions by @EmileSwarts:
27
#29 - Emile Swarts / @EmileSwarts

06/09/2011 at 07:59PM

31
#>71 - Emile Swarts / @EmileSwarts

06/09/2011 at 07:54PM

33
#>83 - Emile Swarts / @EmileSwarts

06/09/2011 at 07:49PM

36
#>90 - Emile Swarts / @EmileSwarts

06/09/2011 at 07:47PM

40
#>111 - Emile Swarts / @EmileSwarts

06/09/2011 at 07:44PM

41
#>121 - Emile Swarts / @EmileSwarts

06/09/2011 at 07:32PM

44
#>137 - Emile Swarts / @EmileSwarts

06/09/2011 at 07:29PM

48
#>160 - Emile Swarts / @EmileSwarts

06/09/2011 at 07:15PM