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

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

272 active golfers, 1264 entries

Solutions by @the_ortemon:
29
#47 - Ортемон / @the_ortemon

07/04/2023 at 01:00PM

30
#>71 - Ортемон / @the_ortemon

07/04/2023 at 12:59PM

31
#>76 - Ортемон / @the_ortemon

07/04/2023 at 12:58PM

33
#>77 - Ортемон / @the_ortemon

07/04/2023 at 12:57PM

34
#>81 - Ортемон / @the_ortemon

07/04/2023 at 12:56PM

35
#>82 - Ортемон / @the_ortemon

07/04/2023 at 12:55PM

36
#>84 - Ортемон / @the_ortemon

07/04/2023 at 12:53PM

37
#>96 - Ортемон / @the_ortemon

07/04/2023 at 12:50PM

38
#>100 - Ортемон / @the_ortemon

07/04/2023 at 12:45PM

39
#>105 - Ортемон / @the_ortemon

07/04/2023 at 12:43PM

40
#>108 - Ортемон / @the_ortemon

07/04/2023 at 12:42PM

41
#>118 - Ортемон / @the_ortemon

07/04/2023 at 07:38AM

42
#>122 - Ортемон / @the_ortemon

07/04/2023 at 07:23AM

43
#>131 - Ортемон / @the_ortemon

07/04/2023 at 06:14AM

44
#>145 - Ортемон / @the_ortemon

07/03/2023 at 09:29PM

45
#>154 - Ортемон / @the_ortemon

07/03/2023 at 09:26PM

47
#>161 - Ортемон / @the_ortemon

07/03/2023 at 09:21PM

49
#>177 - Ортемон / @the_ortemon

07/03/2023 at 09:19PM

53
#>202 - Ортемон / @the_ortemon

07/03/2023 at 05:27PM