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

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 270 remaining solutions by signing in and submitting your own entry
#271 Krystle / @krystle_test - Score: 55 - 05/17/17 @ 06:32
:%s/t<BS>wt-normal/wt-bold<CR><Down><Right>i:w<BS><BS><Esc>:w%<BS><BS><BS>:%s/r-4/r-2<CR><Esc>:wq<CR>

0 comments


Created by: @TresErresCo

271 active golfers, 987 entries

Leaderboard (lowest score wins):
21
#151 - Preben Guldberg / @wielder

07/24/2017 at 06:00AM

21
#152 - Jonathan Eidsness / @jonathaneidsnes

07/25/2017 at 05:11PM

21
#153 - dadav 🥀 / @__dadav__

08/16/2017 at 04:57PM

21
#154 - Chicuella / @chicuellahere

09/04/2017 at 03:38PM

21
#155 - vimgolfer864 / @vimgolfer864

09/23/2017 at 09:06AM

21
#156 - Charlie OConor / @charlieoconor

10/05/2017 at 09:16PM

21
#157 - sehe / @sehetw

10/10/2017 at 02:19PM

21
#158 - Kaydo Alders / @Yousousen

03/16/2018 at 10:28AM

21
#159 - frank p / @icedearth55

05/05/2018 at 05:54PM

21
#160 - PCS Solutions / @PeteSolutions

08/16/2018 at 04:45AM

21
#161 - Slawek Ligus / @ooz_ie

01/15/2019 at 11:12PM

21
#162 - pankaj singh / @pankajsingh013

01/30/2019 at 03:33PM

21
#163 - TimMcGuire / @mcguire

02/06/2019 at 07:34PM

21
#164 - Jason Neylon / @jasonneylon

03/05/2020 at 10:33PM

21
#165 - x03n046 / @x03n046

06/08/2022 at 01:43AM

21
#166 - Brandon / @Brandon10678836

08/26/2022 at 01:02PM

22
#167 - Ryan Jarrett / @texmexas

05/15/2017 at 03:51PM

22
#168 - Shriharsh / @ShriharshMishra

05/15/2017 at 03:57PM

22
#169 - Bruce Horner / @HerbConjurer

05/16/2017 at 01:06AM

22
#170 - Quatrix / @Quatrix

05/23/2017 at 08:47PM

22
#171 - Nathan Slaughter / @NjSlaughter

05/24/2017 at 12:35AM

22
#172 - Carl Egbert / @CarlOEgbert

06/09/2017 at 06:08AM

22
#173 - Emmanuel Herrero / @hairarrow

06/15/2017 at 07:22PM

22
#174 - John Smith / @john828495

06/16/2017 at 02:06PM

22
#175 - John Smith / @johns32768

06/16/2017 at 06:47PM

22
#176 - Matt Fister / @Mistah_Fistah

06/23/2017 at 02:01AM

22
#177 - squdle / @squdle

06/30/2017 at 12:45PM

22
#178 - grigouille / @grigouille2

07/05/2017 at 08:24PM

22
#179 - Anne Pacalet / @_Anne_P

07/06/2017 at 11:22AM

22
#180 - devoh / @devvohh

08/06/2017 at 07:25PM