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

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

123 active golfers, 590 entries

Solutions by @Joecupojoe:
48
#10 - Joe Fahnestock🌵 / @Joecupojoe

07/25/2019 at 07:40PM

49
#>24 - Joe Fahnestock🌵 / @Joecupojoe

07/25/2019 at 07:39PM

50
#>29 - Joe Fahnestock🌵 / @Joecupojoe

07/25/2019 at 07:37PM

51
#>31 - Joe Fahnestock🌵 / @Joecupojoe

07/25/2019 at 07:35PM

52
#>34 - Joe Fahnestock🌵 / @Joecupojoe

07/25/2019 at 07:34PM

53
#>38 - Joe Fahnestock🌵 / @Joecupojoe

07/25/2019 at 07:26PM

54
#>44 - Joe Fahnestock🌵 / @Joecupojoe

07/25/2019 at 07:23PM

55
#>52 - Joe Fahnestock🌵 / @Joecupojoe

07/25/2019 at 07:21PM

57
#>60 - Joe Fahnestock🌵 / @Joecupojoe

07/25/2019 at 07:14PM

61
#>77 - Joe Fahnestock🌵 / @Joecupojoe

07/25/2019 at 05:03PM

62
#>77 - Joe Fahnestock🌵 / @Joecupojoe

07/25/2019 at 04:54PM