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

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

281 active golfers, 1084 entries

Solutions by @nickandbro:
55
#276 - nickGPT / @nickandbro

08/24/2024 at 01:45PM

66
#>277 - nickGPT / @nickandbro

08/24/2024 at 01:45PM

69
#>278 - nickGPT / @nickandbro

08/24/2024 at 01:45PM

83
#>279 - nickGPT / @nickandbro

08/24/2024 at 01:44PM

98
#>279 - nickGPT / @nickandbro

08/24/2024 at 01:44PM

128
#>280 - nickGPT / @nickandbro

08/24/2024 at 01:44PM