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

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

128 active golfers, 513 entries

Solutions by @WutongYujie:
22
#43 - 梧桐王子 / @WutongYujie

05/08/2017 at 02:11AM

23
#>57 - 梧桐王子 / @WutongYujie

05/08/2017 at 02:09AM

25
#>70 - 梧桐王子 / @WutongYujie

05/08/2017 at 02:07AM

26
#>73 - 梧桐王子 / @WutongYujie

05/08/2017 at 02:06AM

29
#>83 - 梧桐王子 / @WutongYujie

05/08/2017 at 02:05AM

30
#>88 - 梧桐王子 / @WutongYujie

05/08/2017 at 02:00AM

30
#>88 - 梧桐王子 / @WutongYujie

05/08/2017 at 02:04AM

31
#>91 - 梧桐王子 / @WutongYujie

05/08/2017 at 01:56AM

33
#>96 - 梧桐王子 / @WutongYujie

05/08/2017 at 01:29AM

37
#>117 - 梧桐王子 / @WutongYujie

05/08/2017 at 01:27AM