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

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

126 active golfers, 606 entries

Solutions by @awareofnow:
49
#28 - Adam Hartz / @awareofnow

08/23/2019 at 01:19AM

52
#>36 - Adam Hartz / @awareofnow

08/23/2019 at 01:02AM

52
#>36 - Adam Hartz / @awareofnow

08/23/2019 at 01:13AM

53
#>40 - Adam Hartz / @awareofnow

08/23/2019 at 01:00AM

54
#>46 - Adam Hartz / @awareofnow

08/23/2019 at 12:58AM

57
#>62 - Adam Hartz / @awareofnow

08/23/2019 at 12:38AM

57
#>62 - Adam Hartz / @awareofnow

08/23/2019 at 12:40AM

60
#>72 - Adam Hartz / @awareofnow

08/23/2019 at 12:33AM

61
#>79 - Adam Hartz / @awareofnow

08/22/2019 at 03:56AM

62
#>79 - Adam Hartz / @awareofnow

08/22/2019 at 03:53AM

82
#>107 - Adam Hartz / @awareofnow

08/22/2019 at 03:42AM