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 5e3ca51e6ea90a00096b3007

Quote modules (ver.2)

Complete golang import statement.

Start file
import
    log
    net/http

    graphql github.com/graph-gophers/graphql-go
    github.com/graph-gophers/graphql-go/relay
End file
import (
    "log"
    "net/http"

    graphql "github.com/graph-gophers/graphql-go"
    "github.com/graph-gophers/graphql-go/relay"
)

View Diff

1,3c1,3
< import
<     log
<     net/http
---
> import (
>     "log"
>     "net/http"
5,6c5,7
<     graphql github.com/graph-gophers/graphql-go
<     github.com/graph-gophers/graphql-go/relay
---
>     graphql "github.com/graph-gophers/graphql-go"
>     "github.com/graph-gophers/graphql-go/relay"
> )

Solutions by @kmbmjn:

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

56 active golfers, 211 entries

Solutions by @kmbmjn:
24
#30 - 김범준 / @kmbmjn

02/17/2021 at 06:06AM

25
#>34 - 김범준 / @kmbmjn

02/17/2021 at 06:06AM

27
#>37 - 김범준 / @kmbmjn

02/17/2021 at 06:04AM

28
#>42 - 김범준 / @kmbmjn

02/17/2021 at 06:03AM

30
#>46 - 김범준 / @kmbmjn

02/17/2021 at 06:02AM