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

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

205 active golfers, 881 entries

Solutions by @niquola:
31
#63 - niquola / @niquola

01/27/2011 at 11:42PM

31
#>63 - niquola / @niquola

01/27/2011 at 11:48PM

33
#>83 - niquola / @niquola

01/27/2011 at 11:26PM

33
#>83 - niquola / @niquola

01/27/2011 at 11:36PM

35
#>88 - niquola / @niquola

01/27/2011 at 11:18PM

35
#>88 - niquola / @niquola

01/27/2011 at 11:24PM

36
#>90 - niquola / @niquola

01/27/2011 at 11:14PM

38
#>95 - niquola / @niquola

01/27/2011 at 10:44PM

39
#>99 - niquola / @niquola

01/27/2011 at 11:06PM

42
#>128 - niquola / @niquola

01/27/2011 at 10:28PM

53
#>178 - niquola / @niquola

01/27/2011 at 10:23PM

54
#>183 - niquola / @niquola

01/27/2011 at 10:12PM

57
#>190 - niquola / @niquola

01/27/2011 at 10:03PM

57
#>190 - niquola / @niquola

01/27/2011 at 10:11PM

58
#>191 - niquola / @niquola

01/27/2011 at 09:47PM