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

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

271 active golfers, 1253 entries

Solutions by @tchigvaria:
29
#21 - Irakli Chigvaria / @tchigvaria

05/18/2022 at 02:03PM

29
#>21 - Irakli Chigvaria / @tchigvaria

05/18/2022 at 02:06PM

31
#>75 - Irakli Chigvaria / @tchigvaria

05/18/2022 at 01:58PM

32
#>75 - Irakli Chigvaria / @tchigvaria

05/18/2022 at 01:49PM

34
#>78 - Irakli Chigvaria / @tchigvaria

05/18/2022 at 11:04AM

34
#>78 - Irakli Chigvaria / @tchigvaria

05/18/2022 at 01:56PM

36
#>83 - Irakli Chigvaria / @tchigvaria

05/18/2022 at 11:17AM

37
#>90 - Irakli Chigvaria / @tchigvaria

05/18/2022 at 10:53AM

40
#>106 - Irakli Chigvaria / @tchigvaria

05/18/2022 at 10:36AM

40
#>106 - Irakli Chigvaria / @tchigvaria

05/18/2022 at 10:50AM

43
#>125 - Irakli Chigvaria / @tchigvaria

05/18/2022 at 09:53AM

44
#>136 - Irakli Chigvaria / @tchigvaria

05/18/2022 at 09:38AM

44
#>136 - Irakli Chigvaria / @tchigvaria

05/18/2022 at 10:29AM

46
#>155 - Irakli Chigvaria / @tchigvaria

05/18/2022 at 08:28AM

50
#>178 - Irakli Chigvaria / @tchigvaria

05/18/2022 at 04:29AM

54
#>204 - Irakli Chigvaria / @tchigvaria

05/17/2022 at 07:36PM