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

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

271 active golfers, 1253 entries

Solutions by @mpnmbn:
29
#37 - math is what I hate / @mpnmbn

09/20/2022 at 07:37PM

31
#>75 - math is what I hate / @mpnmbn

09/20/2022 at 07:36PM

33
#>76 - math is what I hate / @mpnmbn

09/20/2022 at 07:36PM

34
#>79 - math is what I hate / @mpnmbn

09/20/2022 at 07:35PM

35
#>81 - math is what I hate / @mpnmbn

09/20/2022 at 07:33PM

36
#>83 - math is what I hate / @mpnmbn

09/20/2022 at 07:32PM

37
#>95 - math is what I hate / @mpnmbn

09/20/2022 at 07:31PM

38
#>98 - math is what I hate / @mpnmbn

09/20/2022 at 07:29PM

39
#>104 - math is what I hate / @mpnmbn

09/20/2022 at 07:25PM

40
#>106 - math is what I hate / @mpnmbn

09/20/2022 at 07:22PM

42
#>120 - math is what I hate / @mpnmbn

09/20/2022 at 07:21PM

43
#>126 - math is what I hate / @mpnmbn

09/20/2022 at 07:20PM

44
#>139 - math is what I hate / @mpnmbn

09/20/2022 at 07:19PM

46
#>157 - math is what I hate / @mpnmbn

09/20/2022 at 07:10PM

49
#>174 - math is what I hate / @mpnmbn

09/20/2022 at 07:06PM