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 54f6e85d8dca0315e1010de1

Logging with key

Sometimes it is better to log with meaningful key

Start file
window.nestedFormEvents.insertFields = (content, assoc, link) ->
  console
.log content, assoc, link
End file
window.nestedFormEvents.insertFields = (content, assoc, link) ->
  console
.log
    content
: content
    assoc
: assoc
    link
: link

View Diff

2c2,5
<   console.log content, assoc, link
---
>   console.log
>     content: content
>     assoc: assoc
>     link: link

Solutions by @__Coos:

Unlock 7 remaining solutions by signing in and submitting your own entry
Created by: @yaachi

88 active golfers, 328 entries

Solutions by @__Coos:
21
#24 - Janzen / @__Coos

09/30/2022 at 01:40PM

22
#>31 - Janzen / @__Coos

09/30/2022 at 01:32PM

22
#>31 - Janzen / @__Coos

09/30/2022 at 01:37PM

23
#>36 - Janzen / @__Coos

09/30/2022 at 01:31PM

24
#>43 - Janzen / @__Coos

09/30/2022 at 01:22PM

29
#>52 - Janzen / @__Coos

09/30/2022 at 01:17PM

34
#>64 - Janzen / @__Coos

09/30/2022 at 01:09PM