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

The best way to learn is to practice. Below, you will find some of the solutions other golfers have entered. To unlock higher ranked solutions, submit your own entry which does as well or better than the solutions you can currently see - climb the ladder!

Check out these helpful resources to improve your Vim skills... Game on.

Unlock 125 remaining solutions by signing in and submitting your own entry
#126 ippachi / @ippachi1018 - Score: 158 - 05/07/19 @ 15:36
lciwtable<Esc><Esc>jjjjjjhhh.khhhhh:sp<BS>/p>/td/<BS>>/g<CR>n.nu:s<CR>n:s<CR>n:s<CR>n:s<CR>n:s<CR>n:s<CR>kkO<BS><tr><CR><tr<BS><BS>/tr><Esc>khhh<C-V>jI  <Esc>jjVjdkkpVj<Esc><Esc>k<C-V>jI4 <BS><BS>    <Esc><Esc>jkkyyjjjpkyyjjjpkkhh<C-V>jI    <Esc><Esc>:wq<CR>

0 comments


Created by: @sig_segv

126 active golfers, 606 entries

Leaderboard (lowest score wins):
69
#91 - 이종혁 / @BluePaisa

05/03/2019 at 11:20AM

69
#92 - Nils Moehrle / @MoehrleNils

05/06/2019 at 08:27PM

69
#93 - Ricardo / @log2tweet

05/08/2019 at 08:04PM

69
#94 - Christian / @paierlep

09/03/2019 at 09:33PM

70
#95 - Kai.Li / @KaiLi19

04/28/2019 at 12:23AM

70
#96 - XiaoXiaoLui / @XiaoXiaoLui1

08/16/2019 at 10:03AM

71
#97 - 黒澤亮二 / @rjkuro

06/01/2019 at 05:44PM

71
#98 - Andreas Buhr / @andreas_buhr

05/21/2020 at 02:32PM

72
#99 - Ymte Jan Broekhuizen / @ymtejan

04/28/2019 at 03:11PM

72
#100 - Sebastien Nicoud / @sebnukem

05/05/2019 at 01:15AM

73
#101 - Kim Hwa Joong / @hanmwoi

05/09/2019 at 01:21PM

73
#102 - mkaminaga / @mkmng3

06/01/2019 at 04:51AM

76
#103 - Bob Ren / @bobrenjc93

08/07/2019 at 05:28PM

79
#104 - tllilleh / @tllilleh

05/15/2019 at 01:19AM

81
#105 - shredded / @shredded

05/01/2019 at 07:47PM

81
#106 - vimgolf-sensei / @VimgolfS

05/28/2020 at 02:09PM

82
#107 - りょー / @ryoo141

05/08/2019 at 01:24PM

82
#108 - RockerZZY / @rocker_zzy

06/08/2020 at 12:32AM

86
#109 - Manuel Filz / @f1l2

04/30/2019 at 04:23PM

86
#110 - Andy Balaam / @andybalaam

05/08/2019 at 08:07PM

86
#111 - deHman89 / @danho89

06/21/2019 at 08:05AM

89
#112 - Floyd Gantt / @fgantt

07/19/2019 at 08:42PM

92
#113 - Alexánder Caba / @CabaAlexander

05/02/2019 at 07:00PM

94
#114 - yipcyj / @yipcyj

05/01/2019 at 01:04PM

97
#115 - bakusuta / @bakusuta3

09/09/2019 at 08:54AM

98
#116 - James Stidard / @JamesStidard

05/03/2019 at 06:33PM

98
#117 - James Raubenheimer / @jamzrob

08/06/2019 at 09:00PM

98
#118 - fff / @fff51460170

02/21/2021 at 06:19AM

104
#119 - Vim Golfer / @VimGolfer6

07/16/2019 at 11:55AM

107
#120 - Budi Sentosa / @budisentosa

04/29/2019 at 01:01PM