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

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

273 active golfers, 1053 entries

Solutions by @jrddp0:
21
#4 - jrddp / @jrddp0

02/12/2020 at 01:29AM

22
#>45 - jrddp / @jrddp0

02/12/2020 at 01:28AM

23
#>81 - jrddp / @jrddp0

02/12/2020 at 01:24AM

24
#>97 - jrddp / @jrddp0

02/12/2020 at 01:23AM

25
#>114 - jrddp / @jrddp0

02/12/2020 at 01:16AM

26
#>132 - jrddp / @jrddp0

02/12/2020 at 01:22AM

27
#>148 - jrddp / @jrddp0

02/12/2020 at 01:14AM

28
#>178 - jrddp / @jrddp0

02/12/2020 at 01:11AM

29
#>192 - jrddp / @jrddp0

02/12/2020 at 01:06AM

30
#>205 - jrddp / @jrddp0

02/12/2020 at 12:56AM

31
#>213 - jrddp / @jrddp0

02/12/2020 at 12:58AM

33
#>226 - jrddp / @jrddp0

02/12/2020 at 12:54AM

36
#>241 - jrddp / @jrddp0

02/12/2020 at 12:55AM