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 56add9a16518ef02c001af3d

Alsa configuration

I'm tweaking my ~/.asoundrc file!

Start file
# dmix Plugin + Soft Volume
pcm.myconfig {
    type plug
    slave.pcm {
        type softvol
        control {
            name "Master Playback Vim"
            card 0
        }
        min_dB -19.0
        max_dB 10.2
        slave.pcm {
            @func concat
            strings [ "dmix:CARD=0,FORMAT=S16" ]
        }
    }
}
End file
# dmix Plugin + Soft Volume
pcm.myconfig {
    type plug
    slave.pcm {
        type softvol
        control {
            name "Master Playback Volume"
            card 0
        }
        min_dB -20.0
        max_dB 10.0
        slave.pcm "dmix:CARD=0,FORMAT=S16"
    }
}

View Diff

7c7
<             name "Master Playback Vim"
---
>             name "Master Playback Volume"
10,15c10,12
<         min_dB -19.0
<         max_dB 10.2
<         slave.pcm {
<             @func concat
<             strings [ "dmix:CARD=0,FORMAT=S16" ]
<         }
---
>         min_dB -20.0
>         max_dB 10.0
>         slave.pcm "dmix:CARD=0,FORMAT=S16"

Solutions by @GavinKoeng:

Unlock 12 remaining solutions by signing in and submitting your own entry
Created by: @mcr05

129 active golfers, 525 entries

Solutions by @GavinKoeng:
22
#54 - Gavin / @GavinKoeng

03/26/2026 at 02:45PM

22
#>54 - Gavin / @GavinKoeng

03/26/2026 at 02:46PM

23
#>60 - Gavin / @GavinKoeng

03/26/2026 at 02:44PM

24
#>62 - Gavin / @GavinKoeng

03/26/2026 at 02:44PM

25
#>72 - Gavin / @GavinKoeng

03/26/2026 at 02:43PM

26
#>74 - Gavin / @GavinKoeng

03/26/2026 at 02:42PM

27
#>77 - Gavin / @GavinKoeng

03/26/2026 at 02:41PM

28
#>79 - Gavin / @GavinKoeng

03/26/2026 at 02:41PM

29
#>84 - Gavin / @GavinKoeng

03/26/2026 at 02:40PM

30
#>89 - Gavin / @GavinKoeng

03/26/2026 at 02:39PM

31
#>93 - Gavin / @GavinKoeng

03/26/2026 at 02:38PM

43
#>125 - Gavin / @GavinKoeng

03/26/2026 at 02:34PM