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

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

272 active golfers, 1046 entries

Solutions by @zacoxi:
22
#75 - Dax / @zacoxi

12/11/2020 at 09:21AM

23
#>91 - Dax / @zacoxi

12/11/2020 at 09:17AM

23
#>91 - Dax / @zacoxi

12/11/2020 at 09:21AM

24
#>107 - Dax / @zacoxi

12/11/2020 at 09:15AM

25
#>125 - Dax / @zacoxi

12/11/2020 at 09:13AM

26
#>140 - Dax / @zacoxi

12/11/2020 at 09:08AM

26
#>140 - Dax / @zacoxi

12/11/2020 at 09:10AM

28
#>187 - Dax / @zacoxi

12/11/2020 at 09:06AM

30
#>210 - Dax / @zacoxi

12/11/2020 at 08:58AM

33
#>228 - Dax / @zacoxi

12/11/2020 at 09:03AM

34
#>234 - Dax / @zacoxi

12/11/2020 at 08:57AM

73
#>269 - Dax / @zacoxi

12/11/2020 at 09:01AM