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

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

376 active golfers, 1474 entries

Solutions by @grant_7788:
19
#70 - Grant / @grant_7788

04/28/2019 at 03:07PM

20
#>162 - Grant / @grant_7788

04/28/2019 at 03:06PM

21
#>215 - Grant / @grant_7788

04/28/2019 at 03:05PM

22
#>228 - Grant / @grant_7788

04/28/2019 at 03:05PM

23
#>273 - Grant / @grant_7788

04/28/2019 at 03:04PM

25
#>303 - Grant / @grant_7788

04/28/2019 at 03:02PM

26
#>312 - Grant / @grant_7788

04/28/2019 at 03:02PM

27
#>319 - Grant / @grant_7788

04/28/2019 at 03:01PM

28
#>323 - Grant / @grant_7788

04/28/2019 at 03:00PM

29
#>330 - Grant / @grant_7788

04/28/2019 at 02:59PM

30
#>334 - Grant / @grant_7788

04/28/2019 at 02:58PM

31
#>343 - Grant / @grant_7788

04/28/2019 at 02:57PM

34
#>350 - Grant / @grant_7788

04/28/2019 at 02:54PM

35
#>350 - Grant / @grant_7788

04/28/2019 at 02:53PM