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 by @DontBeAlarmed:

Unlock 13 remaining solutions by signing in and submitting your own entry
Created by: @wyne

380 active golfers, 1519 entries

Solutions by @DontBeAlarmed:
19
#96 - Don'tBeAlarmed / @DontBeAlarmed

05/29/2024 at 07:09PM

20
#>198 - Don'tBeAlarmed / @DontBeAlarmed

05/29/2024 at 07:09PM

21
#>220 - Don'tBeAlarmed / @DontBeAlarmed

05/29/2024 at 07:09PM

22
#>240 - Don'tBeAlarmed / @DontBeAlarmed

05/29/2024 at 07:07PM

23
#>280 - Don'tBeAlarmed / @DontBeAlarmed

05/29/2024 at 07:06PM

24
#>298 - Don'tBeAlarmed / @DontBeAlarmed

05/29/2024 at 07:06PM

27
#>324 - Don'tBeAlarmed / @DontBeAlarmed

05/29/2024 at 07:04PM

28
#>329 - Don'tBeAlarmed / @DontBeAlarmed

05/29/2024 at 07:03PM

28
#>329 - Don'tBeAlarmed / @DontBeAlarmed

05/29/2024 at 07:03PM

30
#>343 - Don'tBeAlarmed / @DontBeAlarmed

05/29/2024 at 07:01PM

31
#>348 - Don'tBeAlarmed / @DontBeAlarmed

05/29/2024 at 07:00PM

33
#>353 - Don'tBeAlarmed / @DontBeAlarmed

05/29/2024 at 06:58PM

37
#>359 - Don'tBeAlarmed / @DontBeAlarmed

05/29/2024 at 06:57PM