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

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

273 active golfers, 1053 entries

Solutions by @KnightdeadJohn:
21
#6 - Jonathan Stinson / @KnightdeadJohn

02/18/2020 at 09:43AM

23
#>82 - Jonathan Stinson / @KnightdeadJohn

02/18/2020 at 09:37AM

24
#>98 - Jonathan Stinson / @KnightdeadJohn

02/18/2020 at 09:32AM

25
#>116 - Jonathan Stinson / @KnightdeadJohn

02/18/2020 at 09:23AM

27
#>153 - Jonathan Stinson / @KnightdeadJohn

02/18/2020 at 09:18AM

28
#>178 - Jonathan Stinson / @KnightdeadJohn

02/18/2020 at 09:14AM

29
#>194 - Jonathan Stinson / @KnightdeadJohn

02/18/2020 at 09:10AM

33
#>227 - Jonathan Stinson / @KnightdeadJohn

02/18/2020 at 09:09AM