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

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

126 active golfers, 606 entries

Solutions by @floyd10086:
48
#15 - floyd / @floyd10086

03/18/2020 at 09:29AM

49
#>29 - floyd / @floyd10086

03/18/2020 at 09:22AM

52
#>36 - floyd / @floyd10086

03/18/2020 at 09:10AM

53
#>41 - floyd / @floyd10086

03/18/2020 at 09:06AM

54
#>46 - floyd / @floyd10086

03/18/2020 at 09:04AM

55
#>54 - floyd / @floyd10086

03/18/2020 at 09:01AM

56
#>56 - floyd / @floyd10086

03/18/2020 at 08:51AM

60
#>76 - floyd / @floyd10086

03/18/2020 at 08:45AM

61
#>79 - floyd / @floyd10086

03/18/2020 at 08:42AM

63
#>81 - floyd / @floyd10086

03/18/2020 at 08:38AM

69
#>94 - floyd / @floyd10086

03/18/2020 at 08:34AM

70
#>96 - floyd / @floyd10086

03/18/2020 at 08:29AM

76
#>103 - floyd / @floyd10086

03/18/2020 at 07:16AM

80
#>104 - floyd / @floyd10086

03/18/2020 at 07:01AM

101
#>118 - floyd / @floyd10086

03/18/2020 at 06:52AM

128
#>124 - floyd / @floyd10086

03/18/2020 at 05:41AM