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

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

126 active golfers, 606 entries

Solutions by @alythobani:
48
#21 - Aly Thobani / @alythobani

05/31/2024 at 01:41AM

49
#>30 - Aly Thobani / @alythobani

05/31/2024 at 01:39AM

52
#>37 - Aly Thobani / @alythobani

05/31/2024 at 01:38AM

54
#>47 - Aly Thobani / @alythobani

05/31/2024 at 01:37AM

56
#>58 - Aly Thobani / @alythobani

05/31/2024 at 01:31AM

57
#>62 - Aly Thobani / @alythobani

05/31/2024 at 01:28AM

59
#>71 - Aly Thobani / @alythobani

05/31/2024 at 01:26AM

71
#>98 - Aly Thobani / @alythobani

05/31/2024 at 01:16AM

71
#>98 - Aly Thobani / @alythobani

05/31/2024 at 01:21AM

89
#>112 - Aly Thobani / @alythobani

05/31/2024 at 01:19AM