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

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

272 active golfers, 1264 entries

Solutions by @jimmarq:
30
#70 - jimmarq / @jimmarq

10/28/2022 at 01:58PM

31
#>76 - jimmarq / @jimmarq

10/28/2022 at 01:56PM

34
#>80 - jimmarq / @jimmarq

10/27/2022 at 09:00PM

35
#>82 - jimmarq / @jimmarq

10/27/2022 at 08:57PM

36
#>84 - jimmarq / @jimmarq

10/27/2022 at 08:55PM

37
#>96 - jimmarq / @jimmarq

10/27/2022 at 08:54PM

38
#>99 - jimmarq / @jimmarq

10/27/2022 at 08:45PM

39
#>105 - jimmarq / @jimmarq

10/27/2022 at 08:34PM

40
#>108 - jimmarq / @jimmarq

10/27/2022 at 08:27PM

41
#>114 - jimmarq / @jimmarq

10/27/2022 at 08:22PM

42
#>122 - jimmarq / @jimmarq

10/27/2022 at 08:20PM

43
#>128 - jimmarq / @jimmarq

10/27/2022 at 08:18PM

45
#>152 - jimmarq / @jimmarq

10/27/2022 at 07:58PM

49
#>175 - jimmarq / @jimmarq

10/27/2022 at 07:52PM

50
#>182 - jimmarq / @jimmarq

10/27/2022 at 07:25PM