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 591903ff3060ed0b32000007

Adam's challenge

Change both normal to bold and 4 by 2. Adam Wathan challenge this on twitter . He did it in 11 keystrokes on Sublime.

Start file
<div>
    <span class="text-base text-dark wt-normal">
        @icon('line-graph', 'icon-sm text-dark-faint m-r-4') ${{ number_format($product->totalRevenue() / 100) }}
    </span>
    <span class="text-base text-dark wt-normal">
        @icon('users', 'icon-sm text-dark-faint m-r-4') {{ $product->totalPurchases() }}
    </span>
</div>
End file
<div>
    <span class="text-base text-dark wt-bold">
        @icon('line-graph', 'icon-sm text-dark-faint m-r-2') ${{ number_format($product->totalRevenue() / 100) }}
    </span>
    <span class="text-base text-dark wt-bold">
        @icon('users', 'icon-sm text-dark-faint m-r-2') {{ $product->totalPurchases() }}
    </span>
</div>

View Diff

2,3c2,3
<     <span class="text-base text-dark wt-normal">
<         @icon('line-graph', 'icon-sm text-dark-faint m-r-4') ${{ number_format($product->totalRevenue() / 100) }}
---
>     <span class="text-base text-dark wt-bold">
>         @icon('line-graph', 'icon-sm text-dark-faint m-r-2') ${{ number_format($product->totalRevenue() / 100) }}
5,6c5,6
<     <span class="text-base text-dark wt-normal">
<         @icon('users', 'icon-sm text-dark-faint m-r-4') {{ $product->totalPurchases() }}
---
>     <span class="text-base text-dark wt-bold">
>         @icon('users', 'icon-sm text-dark-faint m-r-2') {{ $product->totalPurchases() }}

Solutions by @szeyattai:

Unlock 10 remaining solutions by signing in and submitting your own entry
Created by: @TresErresCo

265 active golfers, 950 entries

Solutions by @szeyattai:
18
#66 - Hugo / @szeyattai

08/21/2018 at 07:10AM

19
#>116 - Hugo / @szeyattai

08/21/2018 at 07:10AM

20
#>130 - Hugo / @szeyattai

08/21/2018 at 07:09AM

21
#>156 - Hugo / @szeyattai

08/21/2018 at 07:08AM

22
#>185 - Hugo / @szeyattai

08/21/2018 at 07:08AM

24
#>224 - Hugo / @szeyattai

08/21/2018 at 07:06AM

25
#>233 - Hugo / @szeyattai

08/21/2018 at 06:59AM

25
#>233 - Hugo / @szeyattai

08/21/2018 at 07:03AM

27
#>243 - Hugo / @szeyattai

08/21/2018 at 06:57AM

28
#>247 - Hugo / @szeyattai

08/21/2018 at 06:55AM