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

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

123 active golfers, 590 entries

Solutions by @RootShunsuke:
49
#23 - hoge2341836 / @RootShunsuke

05/03/2019 at 08:53AM

49
#>23 - hoge2341836 / @RootShunsuke

05/03/2019 at 09:04AM

52
#>31 - hoge2341836 / @RootShunsuke

05/03/2019 at 08:15AM

54
#>40 - hoge2341836 / @RootShunsuke

05/03/2019 at 07:56AM

54
#>40 - hoge2341836 / @RootShunsuke

05/03/2019 at 08:12AM

55
#>51 - hoge2341836 / @RootShunsuke

05/03/2019 at 07:21AM

56
#>54 - hoge2341836 / @RootShunsuke

05/03/2019 at 08:02AM

64
#>81 - hoge2341836 / @RootShunsuke

05/03/2019 at 02:41AM

64
#>81 - hoge2341836 / @RootShunsuke

05/03/2019 at 04:54AM

70
#>93 - hoge2341836 / @RootShunsuke

05/03/2019 at 02:39AM

96
#>112 - hoge2341836 / @RootShunsuke

05/03/2019 at 02:26AM