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

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

244 active golfers, 1171 entries

Solutions by @kyo89347563:
30
#66 - ky05uk3 / @kyo89347563

11/23/2022 at 02:28AM

31
#>71 - ky05uk3 / @kyo89347563

11/23/2022 at 02:27AM

34
#>75 - ky05uk3 / @kyo89347563

11/23/2022 at 02:24AM

35
#>77 - ky05uk3 / @kyo89347563

11/23/2022 at 02:21AM

36
#>79 - ky05uk3 / @kyo89347563

11/23/2022 at 02:19AM

37
#>90 - ky05uk3 / @kyo89347563

11/23/2022 at 02:17AM

43
#>119 - ky05uk3 / @kyo89347563

11/23/2022 at 02:13AM

46
#>147 - ky05uk3 / @kyo89347563

11/23/2022 at 02:09AM

47
#>148 - ky05uk3 / @kyo89347563

11/23/2022 at 02:08AM

48
#>153 - ky05uk3 / @kyo89347563

11/23/2022 at 02:06AM

49
#>162 - ky05uk3 / @kyo89347563

11/23/2022 at 02:05AM

50
#>168 - ky05uk3 / @kyo89347563

11/23/2022 at 02:03AM

53
#>185 - ky05uk3 / @kyo89347563

11/23/2022 at 02:01AM

58
#>199 - ky05uk3 / @kyo89347563

11/23/2022 at 01:54AM

59
#>200 - ky05uk3 / @kyo89347563

11/23/2022 at 01:39AM

61
#>209 - ky05uk3 / @kyo89347563

11/23/2022 at 01:48AM

63
#>214 - ky05uk3 / @kyo89347563

11/23/2022 at 01:36AM