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 5f0f5fbe280fbf000c233304

Add quotes to ansible playbook

You created an ansible playbook, but forgot to add quotes. Can you fix it?

Start file
---
- hosts: all
  vars:
    ssh_state: True
  tasks:
    - name: Manage openssh
      package:
        name: openssh
        state: {{ ssh_state }}
End file
---
- hosts: all
  vars:
    ssh_state: True
  tasks:
    - name: Manage openssh
      package:
        name: openssh
        state: "{{ ssh_state }}"

View Diff

9c9
<         state: {{ ssh_state }}
---
>         state: "{{ ssh_state }}"

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 303 remaining solutions by signing in and submitting your own entry
#304 Corentin Leriche / @LericheCorentin - Score: 47 - 01/03/23 @ 15:53
<Down><Down><Down><Down><Down><Down><Down><Down><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right>i"<Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right>"<Esc>:wq!<CR>

0 comments


Created by: @__dadav__

304 active golfers, 952 entries

Leaderboard (lowest score wins):
11
#271 - Václav Pernička / @VaclavPernicka

09/05/2020 at 09:34PM

11
#272 - Ramūnas Musteikis / @RamnasMusteiki1

10/16/2020 at 01:33PM

11
#273 - roy twt / @roytwt1

10/18/2020 at 03:50PM

11
#274 - Nedko Nedkov / @NedkoNedkov6

12/15/2020 at 06:13PM

11
#275 - :wq / @write_quit_22

05/19/2021 at 06:36PM

11
#276 - Tommy / @Tommy75962547

08/24/2021 at 04:55AM

11
#277 - Auri Iodide / @auri_iodide

03/06/2022 at 08:01AM

11
#278 - 최광혁 / @choegwanghyeog4

04/08/2022 at 12:18PM

11
#279 - 할핳 / @vimgolfYOUNG

04/16/2022 at 03:32AM

11
#280 - Subsector3174 / @subsector3174

01/29/2023 at 01:46AM

11
#281 - Vinay Sridhar / @kewllip

03/20/2023 at 04:26PM

11
#282 - parazidi / @parazidi

04/27/2023 at 04:48AM

11
#283 - 3.14 / @pi-ratio

04/11/2024 at 12:18PM

12
#284 - Miki Tebeka / @tebeka

07/16/2020 at 06:46AM

12
#285 - Theo Sarrazin / @tshaero

08/17/2020 at 06:12PM

12
#286 - abhijeet patil / @abhijeetptl5

09/03/2020 at 03:17AM

12
#287 - Christ / @Christ46234422

09/05/2020 at 11:57PM

12
#288 - alrito / @alrito6

09/12/2020 at 10:55PM

12
#289 - Leon Si / @leonzalion

01/29/2021 at 06:24PM

12
#290 - Leander Hendrikx / @leanderhendrikx

09/20/2021 at 12:13PM

12
#291 - 송민서 / @alstj2384

04/11/2024 at 09:13AM

13
#292 - Robin Schütgens / @RobinSchuetgens

08/18/2020 at 06:10PM

13
#293 - Sebastian W. / @Sebasti91439242

09/01/2020 at 11:27PM

13
#294 - Ben Wainwright / @benwainwrightuk

09/26/2020 at 04:04PM

13
#295 - fff / @fff51460170

02/20/2021 at 03:07PM

13
#296 - yu / @mame_shibe

03/04/2021 at 12:02PM

13
#297 - Markus Muschol / @MarkusMuschol

07/13/2021 at 08:08PM

13
#298 - mojito04 / @mojito04

07/12/2024 at 09:07PM

14
#299 - Andreas Buhr / @andreas_buhr

07/15/2020 at 08:57PM

22
#300 - सागर पौडेल / @SagarP04d31

07/19/2020 at 10:17AM