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 9v00674f1bfb00000000063d

YAML to dotenv

Convert this YAML config file to a .env file.

Start file
vimgolf:
  logging
:
    level
: INFO
app
:
  postgres
:
    host
: !ENV {POSTGRES_HOST}
    port
: !ENV {POSTGRES_PORT}
  pulsar
:
    host
: !ENV ${PULSAR_HOST}
    port
: !ENV ${PULSAR_PORT}
   
namespace: vimgolf
    topic
: !ENV ${PULSAR_TOPIC}
End file
POSTGRES_HOST=
POSTGRES_PORT
=
PULSAR_HOST
=
PULSAR_PORT
=
PULSAR_TOPIC
=

View Diff

1,12c1,5
< vimgolf:
<   logging:
<     level: INFO
< app:
<   postgres:
<     host: !ENV {POSTGRES_HOST}
<     port: !ENV {POSTGRES_PORT}
<   pulsar:
<     host: !ENV ${PULSAR_HOST}
<     port: !ENV ${PULSAR_PORT}
<     namespace: vimgolf
<     topic: !ENV ${PULSAR_TOPIC}
---
> POSTGRES_HOST=
> POSTGRES_PORT=
> PULSAR_HOST=
> PULSAR_PORT=
> PULSAR_TOPIC=

Solutions by @BlockLune:

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

133 active golfers, 547 entries

Solutions by @BlockLune:
16
#8 - BlockLune / @BlockLune

12/19/2024 at 06:51AM

17
#>26 - BlockLune / @BlockLune

12/19/2024 at 06:49AM

18
#>34 - BlockLune / @BlockLune

12/19/2024 at 06:48AM

21
#>43 - BlockLune / @BlockLune

12/19/2024 at 06:46AM

22
#>49 - BlockLune / @BlockLune

12/19/2024 at 06:40AM

23
#>57 - BlockLune / @BlockLune

12/19/2024 at 06:39AM

24
#>59 - BlockLune / @BlockLune

12/19/2024 at 06:36AM

27
#>70 - BlockLune / @BlockLune

12/19/2024 at 06:33AM

29
#>79 - BlockLune / @BlockLune

12/19/2024 at 06:31AM

30
#>84 - BlockLune / @BlockLune

12/19/2024 at 06:29AM

31
#>86 - BlockLune / @BlockLune

12/19/2024 at 06:28AM

35
#>94 - BlockLune / @BlockLune

12/19/2024 at 06:25AM

35
#>94 - BlockLune / @BlockLune

12/19/2024 at 06:27AM

40
#>104 - BlockLune / @BlockLune

12/19/2024 at 06:22AM