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 59a2167bd6550c0006000005

multiple cursor alternative

from: https://www.reddit.com/r/vim/comments/6w5pfa/crosspost_from_remacs_how_would_you_do_this_in_vim/

Start file
<section class="top-bar-selection">
 
<ul class="left">
   
<li class="divider"></li>
   
<li class="active">
     
<a href="homepage.html">Page 1</a></li>
   
<li class="divider"></li>
   
<li>
     
<a href="homepage.html">Page 2</a></li>
   
<li class="divider"></li>
   
<li>
     
<a href="homepage.html">Page 3</a></li>
   
<li class="divider"></li>
   
<li>
     
<a href="homepage.html">Page 4</a></li>
 
</ul>
</section>
End file
<section class="top-bar-selection">
 
<ul class="left">
   
<li class="divider"></li>
   
<li class="active">
     
<a href="Page1.html">Page 1</a></li>
   
<li class="divider"></li>
   
<li>
     
<a href="Page2.html">Page 2</a></li>
   
<li class="divider"></li>
   
<li>
     
<a href="Page3.html">Page 3</a></li>
   
<li class="divider"></li>
   
<li>
     
<a href="Page4.html">Page 4</a></li>
 
</ul>
</section>

View Diff

5c5
<       <a href="homepage.html">Page 1</a></li>
---
>       <a href="Page1.html">Page 1</a></li>
8c8
<       <a href="homepage.html">Page 2</a></li>
---
>       <a href="Page2.html">Page 2</a></li>
11c11
<       <a href="homepage.html">Page 3</a></li>
---
>       <a href="Page3.html">Page 3</a></li>
14c14
<       <a href="homepage.html">Page 4</a></li>
---
>       <a href="Page4.html">Page 4</a></li>

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 383 remaining solutions by signing in and submitting your own entry
#384 Daniel Rasmuson / @danielrasmuson - Score: 85 - 09/06/17 @ 06:04
/home<CR>vi"xiPage1.html<Esc>jjjvi"xiPage2.html<Esc>jjjvi"xiPage3.html<Esc>jjjvi"xiPage5<BS>4.html<Esc>:wq<CR>

0 comments


Created by: @wyne

384 active golfers, 1542 entries

Leaderboard (lowest score wins):
21
#211 - Nelson Ruivo / @stringbasic

09/19/2017 at 10:47PM

21
#212 - Rami Hovi / @hacker_lawyer

09/20/2017 at 08:41PM

21
#213 - MathijsHoogland / @MathijsHoogland

12/28/2017 at 05:43PM

21
#214 - GreenPinguin / @GreenPinguin2

03/08/2018 at 02:08PM

21
#215 - youyou / @anth200

03/11/2018 at 10:54AM

21
#216 - vimthrowaway / @vimgolf_throw

03/30/2018 at 06:31AM

21
#217 - Adam Taylor / @the_adamtaylor

05/04/2018 at 03:01PM

21
#218 - bluemartian / @bluemartianz59

08/21/2018 at 02:41AM

21
#219 - Mateen Ulhaq / @sicariusnoctis

02/13/2019 at 06:37AM

21
#220 - Groovy / @groovy9

03/08/2019 at 03:48PM

21
#221 - Aioriya / @AioriyaDonk

08/31/2019 at 03:22AM

21
#222 - Ryan Nevius / @ryannevius

03/17/2020 at 08:01PM

21
#223 - Nathan Priego / @nspriego

02/25/2025 at 04:46AM

22
#224 - tPenguinLTG / @tpenguinltg

08/27/2017 at 03:04AM

22
#225 - SirVimGolf / @SirVimGolf

08/27/2017 at 02:14PM

22
#226 - tempo dooake / @tempo_dooake

09/01/2017 at 01:09AM

22
#227 - Matt Rixman / @MattRixman

10/02/2017 at 04:16PM

22
#228 - Stefan Knudsen / @knud32

10/06/2017 at 03:29PM

22
#229 - Mike Reinhardt / @subitoforte

10/17/2017 at 06:01PM

22
#230 - BouboulouVimGolf / @BouboulouVG

10/31/2017 at 04:41PM

22
#231 - Dominic Z / @thammaaa

12/21/2017 at 09:59AM

22
#232 - Rakesh P / @rakeshpgopal

04/29/2018 at 08:33AM

22
#233 - Tom Smeding / @TomSmeding

11/05/2018 at 10:47PM

22
#234 - T A / @SirAviles

02/15/2019 at 10:50PM

22
#235 - Ivo Blöchliger / @aigledesalpes

08/04/2019 at 08:28PM

22
#236 - Chris Shorrock / @EbinFlow

08/20/2019 at 02:06PM

22
#237 - Masi Valkonen / @masivalkonen

08/28/2019 at 06:50AM

22
#238 - pysnow530 / @pysnow530

11/25/2019 at 05:48AM

22
#239 - RockerZZY / @rocker_zzy

05/30/2020 at 12:50PM

22
#240 - Kaustubh Murumkar / @k_austub_h

09/25/2020 at 11:51PM