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 9v0062396e6f00000000021a

Generate a very basic Python constructor (fixed)

Original by @BiddulphCaleb (http://www.vimgolf.com/challenges/6019f1c4642668000cee11e8) - had some extra spaces in output file.

Start file
def __init__(self, x, y, z, rotation, color, bounciness, walking_speed, running_speed, health, defense, age, type1, type2):
End file
def __init__(self, x, y, z, rotation, color, bounciness, walking_speed, running_speed, health, defense, age, type1, type2):
    self.x = x
    self.y = y
    self.z = z
    self.rotation = rotation
    self.color = color
    self.bounciness = bounciness
    self.walking_speed = walking_speed
    self.running_speed = running_speed
    self.health = health
    self.defense = defense
    self.age = age
    self.type1 = type1
    self.type2 = type2

View Diff

1a2,14
>     self.x = x
>     self.y = y
>     self.z = z
>     self.rotation = rotation
>     self.color = color
>     self.bounciness = bounciness
>     self.walking_speed = walking_speed
>     self.running_speed = running_speed
>     self.health = health
>     self.defense = defense
>     self.age = age
>     self.type1 = type1
>     self.type2 = type2

Solutions by @ddankcity:

Unlock 16 remaining solutions by signing in and submitting your own entry
Created by: @philipp_schilk

246 active golfers, 1175 entries

Solutions by @ddankcity:
41
#109 - Dank City / @ddankcity

12/04/2022 at 10:17PM

42
#>115 - Dank City / @ddankcity

12/04/2022 at 10:16PM

43
#>120 - Dank City / @ddankcity

12/04/2022 at 10:14PM

44
#>134 - Dank City / @ddankcity

12/04/2022 at 10:12PM

45
#>142 - Dank City / @ddankcity

12/04/2022 at 10:10PM

46
#>148 - Dank City / @ddankcity

12/04/2022 at 10:07PM

47
#>149 - Dank City / @ddankcity

12/04/2022 at 10:05PM

48
#>154 - Dank City / @ddankcity

12/04/2022 at 10:03PM

49
#>163 - Dank City / @ddankcity

12/04/2022 at 09:31PM

50
#>169 - Dank City / @ddankcity

12/04/2022 at 10:06PM

51
#>175 - Dank City / @ddankcity

12/04/2022 at 09:52PM

52
#>181 - Dank City / @ddankcity

12/04/2022 at 05:20PM

52
#>181 - Dank City / @ddankcity

12/04/2022 at 09:28PM

65
#>219 - Dank City / @ddankcity

12/04/2022 at 09:50PM

71
#>223 - Dank City / @ddankcity

12/04/2022 at 05:19PM

80
#>226 - Dank City / @ddankcity

12/04/2022 at 05:12PM