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

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

130 active golfers, 634 entries

Solutions by @GavinKoeng:
48
#23 - Gavin / @GavinKoeng

02/09/2026 at 09:03AM

49
#>31 - Gavin / @GavinKoeng

02/09/2026 at 09:02AM

50
#>32 - Gavin / @GavinKoeng

02/09/2026 at 08:59AM

50
#>32 - Gavin / @GavinKoeng

02/09/2026 at 09:00AM

51
#>34 - Gavin / @GavinKoeng

02/09/2026 at 08:58AM

52
#>38 - Gavin / @GavinKoeng

02/09/2026 at 08:57AM

53
#>43 - Gavin / @GavinKoeng

02/09/2026 at 08:54AM

54
#>48 - Gavin / @GavinKoeng

02/09/2026 at 08:54AM

55
#>57 - Gavin / @GavinKoeng

02/09/2026 at 08:51AM

56
#>59 - Gavin / @GavinKoeng

02/09/2026 at 08:49AM

57
#>63 - Gavin / @GavinKoeng

02/09/2026 at 08:48AM

64
#>86 - Gavin / @GavinKoeng

02/09/2026 at 08:47AM

65
#>88 - Gavin / @GavinKoeng

02/09/2026 at 08:39AM

69
#>96 - Gavin / @GavinKoeng

02/09/2026 at 08:37AM

70
#>98 - Gavin / @GavinKoeng

02/09/2026 at 08:32AM

71
#>100 - Gavin / @GavinKoeng

02/09/2026 at 08:37AM

73
#>104 - Gavin / @GavinKoeng

02/09/2026 at 08:35AM

79
#>106 - Gavin / @GavinKoeng

02/09/2026 at 08:31AM

97
#>117 - Gavin / @GavinKoeng

02/09/2026 at 08:29AM