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

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

274 active golfers, 1054 entries

Solutions by @odjfnrtm:
22
#76 - 영훈 / @odjfnrtm

01/05/2021 at 02:20AM

23
#>93 - 영훈 / @odjfnrtm

01/05/2021 at 02:14AM

24
#>108 - 영훈 / @odjfnrtm

01/05/2021 at 02:10AM

25
#>126 - 영훈 / @odjfnrtm

01/05/2021 at 02:10AM

26
#>141 - 영훈 / @odjfnrtm

01/05/2021 at 02:09AM

27
#>172 - 영훈 / @odjfnrtm

01/05/2021 at 01:46AM

28
#>191 - 영훈 / @odjfnrtm

01/05/2021 at 01:35AM

29
#>201 - 영훈 / @odjfnrtm

01/05/2021 at 01:34AM

30
#>212 - 영훈 / @odjfnrtm

01/05/2021 at 01:33AM