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 5cc31feaffd607000ccf6ea7

html paragraph to table

reformat html paragraph to table

Start file
<div>
<p>task 1</p>
<p>description here ....</p>
<p>task 2</p>
<p>some other description here ....</p>
</div>
End file
<table>
  <tr>
    <td>task 1</td>
    <td>description here ....</td>
  </tr>
  <tr>
    <td>task 2</td>
    <td>some other description here ....</td>
  </tr>
</table>

View Diff

1,6c1,10
< <div>
< <p>task 1</p>
< <p>description here ....</p>
< <p>task 2</p>
< <p>some other description here ....</p>
< </div>
---
> <table>
>   <tr>
>     <td>task 1</td>
>     <td>description here ....</td>
>   </tr>
>   <tr>
>     <td>task 2</td>
>     <td>some other description here ....</td>
>   </tr>
> </table>

Solutions by @ViktorStyrud:

Unlock 11 remaining solutions by signing in and submitting your own entry
Created by: @sig_segv

123 active golfers, 590 entries

Solutions by @ViktorStyrud:
48
#12 - Viktor Styrud / @ViktorStyrud

10/02/2019 at 10:13AM

49
#>26 - Viktor Styrud / @ViktorStyrud

10/02/2019 at 10:09AM

52
#>34 - Viktor Styrud / @ViktorStyrud

10/02/2019 at 10:05AM

53
#>38 - Viktor Styrud / @ViktorStyrud

10/02/2019 at 09:06AM

54
#>44 - Viktor Styrud / @ViktorStyrud

10/02/2019 at 09:05AM

55
#>52 - Viktor Styrud / @ViktorStyrud

10/02/2019 at 09:01AM

55
#>52 - Viktor Styrud / @ViktorStyrud

10/02/2019 at 09:08AM

56
#>54 - Viktor Styrud / @ViktorStyrud

10/02/2019 at 08:54AM

62
#>77 - Viktor Styrud / @ViktorStyrud

10/02/2019 at 08:50AM

63
#>79 - Viktor Styrud / @ViktorStyrud

10/02/2019 at 08:46AM

79
#>102 - Viktor Styrud / @ViktorStyrud

10/02/2019 at 08:45AM