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

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

123 active golfers, 590 entries

Solutions by @hepebexe:
48
#18 - hepebexè / @hepebexe

12/16/2020 at 07:05PM

49
#>27 - hepebexè / @hepebexe

12/16/2020 at 06:42PM

52
#>35 - hepebexè / @hepebexe

12/16/2020 at 06:22PM

53
#>40 - hepebexè / @hepebexe

12/15/2020 at 10:10PM

54
#>45 - hepebexè / @hepebexe

12/15/2020 at 10:05PM

55
#>53 - hepebexè / @hepebexe

12/15/2020 at 10:01PM

56
#>56 - hepebexè / @hepebexe

12/15/2020 at 09:08PM

60
#>75 - hepebexè / @hepebexe

12/15/2020 at 08:42PM

61
#>77 - hepebexè / @hepebexe

12/15/2020 at 06:51PM

70
#>94 - hepebexè / @hepebexe

12/14/2020 at 09:58PM

74
#>100 - hepebexè / @hepebexe

12/14/2020 at 09:50PM