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

Quote modules

Complete golang import statement.

Start file
import
    encoding/json
    fmt
    math/rand
    net/http
    time

    github.com/graphql-go/graphql
End file
import (
    "encoding/json"
    "fmt"
    "math/rand"
    "net/http"
    "time"

    "github.com/graphql-go/graphql"
)

View Diff

1,6c1,6
< import
<     encoding/json
<     fmt
<     math/rand
<     net/http
<     time
---
> import (
>     "encoding/json"
>     "fmt"
>     "math/rand"
>     "net/http"
>     "time"
8c8,9
<     github.com/graphql-go/graphql
---
>     "github.com/graphql-go/graphql"
> )

Solutions by @37fatos:

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

273 active golfers, 1053 entries

Solutions by @37fatos:
21
#34 - A A A / @37fatos

01/09/2021 at 08:07PM

22
#>76 - A A A / @37fatos

01/09/2021 at 08:06PM

23
#>93 - A A A / @37fatos

01/09/2021 at 08:00PM

25
#>127 - A A A / @37fatos

01/09/2021 at 03:18AM

25
#>127 - A A A / @37fatos

01/09/2021 at 07:57PM

25
#>127 - A A A / @37fatos

01/09/2021 at 08:04PM

26
#>141 - A A A / @37fatos

01/09/2021 at 03:14AM

28
#>190 - A A A / @37fatos

01/09/2021 at 03:10AM

28
#>190 - A A A / @37fatos

01/09/2021 at 03:12AM

29
#>200 - A A A / @37fatos

01/09/2021 at 03:18AM