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

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

204 active golfers, 878 entries

Solutions by @Daniel00288663:
42
#132 - Daniel / @Daniel00288663

04/03/2017 at 07:37AM

43
#>134 - Daniel / @Daniel00288663

04/03/2017 at 07:29AM

45
#>145 - Daniel / @Daniel00288663

04/03/2017 at 07:25AM

48
#>163 - Daniel / @Daniel00288663

04/03/2017 at 07:15AM

53
#>181 - Daniel / @Daniel00288663

04/03/2017 at 07:06AM