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

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

133 active golfers, 547 entries

Solutions by @maiku1008:
17
#31 - Michael Cuffaro / @maiku1008

03/02/2025 at 06:49PM

18
#>34 - Michael Cuffaro / @maiku1008

03/02/2025 at 06:48PM

19
#>38 - Michael Cuffaro / @maiku1008

03/02/2025 at 06:47PM

20
#>41 - Michael Cuffaro / @maiku1008

03/02/2025 at 06:44PM

21
#>46 - Michael Cuffaro / @maiku1008

03/02/2025 at 06:42PM

22
#>54 - Michael Cuffaro / @maiku1008

03/02/2025 at 06:33PM

22
#>54 - Michael Cuffaro / @maiku1008

03/02/2025 at 06:54PM

22
#>54 - Michael Cuffaro / @maiku1008

03/02/2025 at 07:05PM

23
#>59 - Michael Cuffaro / @maiku1008

03/02/2025 at 06:29PM

24
#>62 - Michael Cuffaro / @maiku1008

03/02/2025 at 06:26PM

25
#>64 - Michael Cuffaro / @maiku1008

03/02/2025 at 06:24PM

28
#>77 - Michael Cuffaro / @maiku1008

03/02/2025 at 05:17PM

29
#>81 - Michael Cuffaro / @maiku1008

03/02/2025 at 05:15PM

34
#>91 - Michael Cuffaro / @maiku1008

03/02/2025 at 05:12PM

37
#>102 - Michael Cuffaro / @maiku1008

03/02/2025 at 05:08PM