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

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

126 active golfers, 606 entries

Solutions by @PYates77:
54
#43 - Paul Yates / @PYates77

05/06/2019 at 07:39PM

57
#>59 - Paul Yates / @PYates77

05/06/2019 at 07:30PM

58
#>63 - Paul Yates / @PYates77

05/06/2019 at 07:24PM

59
#>68 - Paul Yates / @PYates77

05/06/2019 at 07:17PM

62
#>79 - Paul Yates / @PYates77

05/06/2019 at 07:13PM

69
#>91 - Paul Yates / @PYates77

05/06/2019 at 07:12PM

76
#>102 - Paul Yates / @PYates77

05/06/2019 at 07:04PM

87
#>111 - Paul Yates / @PYates77

05/06/2019 at 07:01PM