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 6013804df3308e0009368f1c

Python dataclasses

Simple challenge to extract fields from a Python class

Start file
from dataclasses import dataclass

@dataclass
class Student:
    student_id
: str
    name
: str
    age
: int
    score
: float

fields
= ""
End file
from dataclasses import dataclass

@dataclass
class Student:
    student_id
: str
    name
: str
    age
: int
    score
: float

fields
= "student_id,name,age,score"

View Diff

10c10
< fields = ""
---
> fields = "student_id,name,age,score"

Solutions by @br_bookbinder:

Unlock 22 remaining solutions by signing in and submitting your own entry
Created by: @__ngtrongkha

284 active golfers, 1136 entries

Solutions by @br_bookbinder:
19
#17 - br_bookbinder / @br_bookbinder

04/28/2021 at 09:45PM

20
#>87 - br_bookbinder / @br_bookbinder

04/28/2021 at 09:41PM

20
#>87 - br_bookbinder / @br_bookbinder

04/28/2021 at 09:42PM

21
#>119 - br_bookbinder / @br_bookbinder

04/28/2021 at 09:39PM

23
#>126 - br_bookbinder / @br_bookbinder

04/28/2021 at 09:38PM

25
#>147 - br_bookbinder / @br_bookbinder

04/28/2021 at 09:30PM

30
#>185 - br_bookbinder / @br_bookbinder

04/28/2021 at 09:25PM

31
#>196 - br_bookbinder / @br_bookbinder

04/28/2021 at 09:17PM

31
#>196 - br_bookbinder / @br_bookbinder

04/28/2021 at 09:22PM

32
#>207 - br_bookbinder / @br_bookbinder

04/28/2021 at 09:08PM

33
#>230 - br_bookbinder / @br_bookbinder

04/28/2021 at 09:05PM

34
#>235 - br_bookbinder / @br_bookbinder

04/28/2021 at 05:13PM

38
#>247 - br_bookbinder / @br_bookbinder

04/28/2021 at 05:12PM

39
#>251 - br_bookbinder / @br_bookbinder

04/28/2021 at 04:51PM

41
#>255 - br_bookbinder / @br_bookbinder

04/28/2021 at 04:32PM

43
#>257 - br_bookbinder / @br_bookbinder

04/28/2021 at 09:05PM

46
#>261 - br_bookbinder / @br_bookbinder

04/28/2021 at 04:45PM

49
#>264 - br_bookbinder / @br_bookbinder

04/28/2021 at 04:25PM

51
#>266 - br_bookbinder / @br_bookbinder

04/28/2021 at 04:23PM

54
#>267 - br_bookbinder / @br_bookbinder

04/28/2021 at 04:49PM

61
#>276 - br_bookbinder / @br_bookbinder

04/28/2021 at 04:22PM

67
#>277 - br_bookbinder / @br_bookbinder

04/28/2021 at 04:29PM