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

The best way to learn is to practice. Below, you will find some of the solutions other golfers have entered. To unlock higher ranked solutions, submit your own entry which does as well or better than the solutions you can currently see - climb the ladder!

Check out these helpful resources to improve your Vim skills... Game on.

Unlock 276 remaining solutions by signing in and submitting your own entry
#277 铃舟 / @lingzhouVII - Score: 711 - 04/14/22 @ 13:45
jjjjjjjjjjjjjjjlllllllllllllllddidef __init__(self, x, y, z, rotation, color, bounciness, walking_speed, running_speed, health, defense, age, type1, type2):<CR>    self.x = x<CR>    self.y = y<CR>    self.z = z<CR>    self.rotation = rotation<CR>    self.color = color<CR>    self.bounciness = bounciness<CR>    self.walking_speed = walking_speed<CR>    self.running_speed = running_speed<CR>    self.health = health<CR>    self.defense = defense<CR>    self.age = age<CR>    self.type1 = type1<CR>    self.type2 = type2<Esc>kkkkkkkkkkk0lllllllli<BS><BS><BS><BS><Esc>jhhhhhhhh.u4xi<Tab><BS>    <Esc>jllllllllllhhhhhhhhhhhhhd00d0lllllllllllhhi<BS><BS><BS><BS><BS><BS><BS><BS><BS><BS><CR><Esc>kxjxhhhhhjxxjxxxjkxxxjxxxxx i  <Esc>jxxxxxxxjxxxxxxxi    <Esc>jkxjixxxxxxxxx<BS><BS><BS><BS><BS><BS><BS><BS><BS><Esc>xxxxxxxxjxxxxxxi <Esc>jxxxxxxxxxjxxxxxxxxxxi    <Esc>:wq<CR>

0 comments


Created by: @philipp_schilk

277 active golfers, 1294 entries

Leaderboard (lowest score wins):
41
#121 - yurei / @yurei38667012

01/13/2023 at 12:46PM

41
#122 - Zhou Jiazheng / @ZhouJiazheng0

02/11/2023 at 02:15AM

42
#123 - James Duffy / @jduffy3

04/07/2022 at 11:42PM

42
#124 - Preston Pysh܁ᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠ / @Gordan6freeman

04/22/2022 at 10:59PM

42
#125 - Richard Liu / @Richard86090148

05/23/2022 at 03:56AM

42
#126 - Serhiy Prikhodko / @mastersnetru

09/22/2022 at 10:48AM

42
#127 - Daniel Niemczyk / @Adentalis

12/10/2023 at 02:43PM

42
#128 - sherwyn / @ika-musuko

06/25/2024 at 07:43AM

43
#129 - samsepiol / @samsepi81094451

04/01/2022 at 04:48PM

43
#130 - Jason Kuan | jasonkuan.eth / @Jason9075Kuan

04/03/2022 at 09:23AM

43
#131 - Andrew Morris / @andrew_morris

07/14/2022 at 02:58AM

43
#132 - fpf3 / @jovial_cavalier

10/26/2022 at 02:45PM

43
#133 - 马海洋 / @LG41bT7ZvqOdFl3

02/07/2023 at 04:45AM

43
#134 - e_e / @eleloi

02/10/2023 at 08:58PM

43
#135 - Иван / @wansmer

04/22/2023 at 10:28PM

43
#136 - Milan Blažek / @Somin13

09/05/2023 at 09:28PM

43
#137 - BlockLune / @BlockLune

01/08/2024 at 08:44AM

44
#138 - Pierre-Olivier Proulx / @PierreO57066096

04/18/2022 at 01:08AM

44
#139 - José Medrano / @happylilmexican

05/04/2022 at 03:56PM

44
#140 - Lanly / @1094916227

05/09/2022 at 03:14AM

44
#141 - iwataka / @iwataka33

05/15/2022 at 02:06PM

44
#142 - Mario / @MarioWolfe

06/16/2022 at 04:54AM

44
#143 - ヒトシ / @tairar_314

06/24/2022 at 03:22AM

44
#144 - Andrew Liu / @AndrewL45936893

09/13/2022 at 10:03PM

44
#145 - Fergus Fettes / @FergusFettes

10/14/2022 at 08:40AM

44
#146 - 스치 / @champemunasong

10/27/2022 at 05:27AM

44
#147 - RosaTryp / @RosaTryp

03/14/2023 at 12:11PM

44
#148 - jasonlee / @jasonle61136657

06/07/2023 at 12:24AM

44
#149 - someone / @IKvacenok

06/11/2023 at 07:24PM

44
#150 - George Oversby / @GeorgeOversby

08/19/2024 at 03:30PM