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 6019f1c4642668000cee11e8

Generate a very basic Python constructor

I actually needed to do this myself, so I look forward to learning how.

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

Unlock 13 remaining solutions by signing in and submitting your own entry
Created by: @BiddulphCaleb

101 active golfers, 336 entries

Solutions by @GavinKoeng:
38
#24 - Gavin / @GavinKoeng

01/07/2026 at 03:40PM

39
#>28 - Gavin / @GavinKoeng

01/07/2026 at 03:39PM

40
#>29 - Gavin / @GavinKoeng

01/07/2026 at 03:37PM

41
#>29 - Gavin / @GavinKoeng

01/07/2026 at 03:34PM

44
#>34 - Gavin / @GavinKoeng

01/07/2026 at 03:34PM

45
#>39 - Gavin / @GavinKoeng

01/07/2026 at 03:32PM

46
#>41 - Gavin / @GavinKoeng

01/07/2026 at 03:30PM

47
#>43 - Gavin / @GavinKoeng

01/07/2026 at 03:27PM

48
#>45 - Gavin / @GavinKoeng

01/07/2026 at 03:23PM

51
#>48 - Gavin / @GavinKoeng

01/07/2026 at 03:22PM

53
#>51 - Gavin / @GavinKoeng

01/07/2026 at 03:19PM

53
#>51 - Gavin / @GavinKoeng

01/07/2026 at 03:21PM

64
#>71 - Gavin / @GavinKoeng

01/07/2026 at 03:17PM