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):
48
#1 - Ítalo Vieira / @italoviieira

05/04/2019 at 02:20AM

48
#2 - jyuxian / @jyuxian

05/04/2019 at 09:23AM

48
#3 - Saki Gw / @Sakigw

05/04/2019 at 01:57PM

48
#4 - John Braxler / @braxler

05/06/2019 at 01:57PM

48
#5 - heppen / @heppen_He

05/11/2019 at 09:45AM

48
#6 - Tosiaki / @Tosiaki1

05/15/2019 at 01:16AM

48
#7 - Smylers / @Smylers2

05/21/2019 at 08:27PM

48
#8 - Miłosz Łakomy / @foobar01123

05/25/2019 at 08:05AM

48
#9 - Tim Dean / @Tmdean

06/06/2019 at 05:26PM

48
#10 - Joe Fahnestock🌵 / @Joecupojoe

07/25/2019 at 07:40PM

48
#11 - Martin Delille / @martinodelilo

08/20/2019 at 02:40PM

48
#12 - Viktor Styrud / @ViktorStyrud

10/02/2019 at 10:13AM

48
#13 - James Casey / @hanavi

12/21/2019 at 10:31PM

48
#14 - howanto / @ho_wan_

02/26/2020 at 12:14AM

48
#15 - floyd / @floyd10086

03/18/2020 at 09:29AM

48
#16 - Arthur Goodman / @ArthurGoodman3

05/04/2020 at 06:43PM

48
#17 - 于吉星 / @fishermryn

05/27/2020 at 04:00AM

48
#18 - hepebexè / @hepebexe

12/16/2020 at 07:05PM

48
#19 - Jon Krause / @jkrause314

12/18/2020 at 04:50AM

48
#20 - Jung Yeon Park / @park_jungy

01/09/2021 at 01:15PM

48
#21 - Aly Thobani / @alythobani

05/31/2024 at 01:41AM

48
#22 - Peppa Pig / @PeppaPi95550250

07/01/2024 at 01:06AM

49
#23 - james_bunch / @james_bunch

04/28/2019 at 07:16PM

49
#24 - Petro Тrouq / @zulolosi

04/30/2019 at 01:16PM

49
#25 - hoge2341836 / @RootShunsuke

05/03/2019 at 08:53AM

49
#26 - Michał Łowicki / @mlowicki

05/14/2019 at 04:55PM

49
#27 - sooqua / @sooqua

08/08/2019 at 12:24PM

49
#28 - Adam Hartz / @awareofnow

08/23/2019 at 01:19AM

49
#29 - Mario Olofo / @mario_olofo

10/22/2019 at 12:03AM

49
#30 - roudens / @roudens2

01/16/2021 at 02:12AM