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

287 active golfers, 1099 entries

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

12/11/2020 at 09:21AM

23
#>95 - Dax / @zacoxi

12/11/2020 at 09:17AM

23
#>95 - Dax / @zacoxi

12/11/2020 at 09:21AM

24
#>114 - Dax / @zacoxi

12/11/2020 at 09:15AM

25
#>132 - Dax / @zacoxi

12/11/2020 at 09:13AM

26
#>147 - Dax / @zacoxi

12/11/2020 at 09:08AM

26
#>147 - Dax / @zacoxi

12/11/2020 at 09:10AM

28
#>196 - Dax / @zacoxi

12/11/2020 at 09:06AM

30
#>221 - Dax / @zacoxi

12/11/2020 at 08:58AM

33
#>241 - Dax / @zacoxi

12/11/2020 at 09:03AM

34
#>248 - Dax / @zacoxi

12/11/2020 at 08:57AM

73
#>284 - Dax / @zacoxi

12/11/2020 at 09:01AM