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

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

205 active golfers, 881 entries

Solutions by @Quotad:
30
#54 - Quota / @Quotad

02/13/2014 at 09:32AM

31
#>73 - Quota / @Quotad

02/13/2014 at 09:25AM

33
#>84 - Quota / @Quotad

02/13/2014 at 09:23AM

35
#>89 - Quota / @Quotad

02/13/2014 at 09:20AM

36
#>90 - Quota / @Quotad

02/13/2014 at 09:16AM

38
#>99 - Quota / @Quotad

02/13/2014 at 09:11AM

41
#>124 - Quota / @Quotad

02/13/2014 at 09:09AM