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

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

272 active golfers, 1046 entries

Solutions by @FICSQF:
21
#12 - せいほう / @FICSQF

03/16/2020 at 02:57AM

22
#>52 - せいほう / @FICSQF

03/16/2020 at 02:56AM

23
#>82 - せいほう / @FICSQF

03/16/2020 at 02:53AM

24
#>99 - せいほう / @FICSQF

03/16/2020 at 02:48AM

25
#>116 - せいほう / @FICSQF

03/13/2020 at 02:04AM

25
#>116 - せいほう / @FICSQF

03/16/2020 at 02:46AM

26
#>132 - せいほう / @FICSQF

03/13/2020 at 01:22AM

26
#>132 - せいほう / @FICSQF

03/13/2020 at 01:32AM

26
#>132 - せいほう / @FICSQF

03/13/2020 at 01:52AM

33
#>226 - せいほう / @FICSQF

03/13/2020 at 01:14AM