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

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

123 active golfers, 590 entries

Solutions by @foobar01123:
48
#8 - Miłosz Łakomy / @foobar01123

05/25/2019 at 08:05AM

49
#>24 - Miłosz Łakomy / @foobar01123

05/25/2019 at 08:00AM

52
#>32 - Miłosz Łakomy / @foobar01123

05/25/2019 at 07:58AM

53
#>38 - Miłosz Łakomy / @foobar01123

05/25/2019 at 07:49AM

54
#>41 - Miłosz Łakomy / @foobar01123

05/25/2019 at 07:57AM

55
#>52 - Miłosz Łakomy / @foobar01123

05/25/2019 at 07:47AM

57
#>58 - Miłosz Łakomy / @foobar01123

05/25/2019 at 07:46AM

57
#>58 - Miłosz Łakomy / @foobar01123

05/25/2019 at 07:55AM

58
#>61 - Miłosz Łakomy / @foobar01123

05/25/2019 at 07:34AM

63
#>77 - Miłosz Łakomy / @foobar01123

05/25/2019 at 07:41AM

64
#>81 - Miłosz Łakomy / @foobar01123

05/25/2019 at 07:37AM

66
#>84 - Miłosz Łakomy / @foobar01123

05/25/2019 at 07:26AM

81
#>103 - Miłosz Łakomy / @foobar01123

05/25/2019 at 07:21AM