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 4d4ab047795d626036000034

imports alignment (python)

Align as one import per line.

Start file
from random import randint, uniform, shuffle, sample
from math import ceil, pow
End file
from random import randint
from random import uniform
from random import shuffle
from random import sample
from math import ceil
from math import pow

View Diff

1,2c1,6
< from random import randint, uniform, shuffle, sample
< from math import ceil, pow
---
> from random import randint
> from random import uniform
> from random import shuffle
> from random import sample
> from math import ceil
> from math import pow

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 197 remaining solutions by signing in and submitting your own entry
#198 Misha (Mike) Granin / @Granin - Score: 91 - 04/28/11 @ 13:14
v3wy"+<CR>Mac OS X clipboard sharing<Up>uu<Esc>u<Left>vwww"*y:%s/, /\rfrom random import r<BS>/g<CR>wcwmath<Esc>:wq<CR>

0 comments


Created by: @vimgolfer

198 active golfers, 700 entries

Leaderboard (lowest score wins):
41
#181 - Alekseyka2 / @Alekseyka2

02/06/2011 at 05:53PM

42
#182 - タケ / @Take3832

05/14/2022 at 01:01AM

42
#183 - Mequam BlueSpark / @MBluespark68823

03/15/2023 at 04:03AM

43
#184 - rappenstein2 / @rappenstein2

01/22/2022 at 02:07PM

44
#185 - Oliver Mader / @dotb52

07/17/2012 at 07:38AM

44
#186 - russellzhaomao / @russellzhaomao

05/29/2022 at 01:12PM

45
#187 - Will Gray / @graywh

03/14/2011 at 09:35PM

45
#188 - Johnny Tong / @johnnytong

03/25/2011 at 06:15AM

45
#189 - math is what I hate / @mpnmbn

03/13/2022 at 03:17PM

46
#190 - Golf Sinteppadon / @minigolf2000

05/02/2012 at 08:48PM

46
#191 - Nicolas Friedli / @NicolasFriedli

10/28/2012 at 02:46PM

46
#192 - Alexandre GV. / @alexandregv

07/13/2024 at 12:27AM

47
#193 - Steve J at RF / @rfsteve

04/25/2011 at 06:53AM

53
#194 - Scott Atkins / @scottrick49

06/30/2021 at 01:07PM

54
#195 - Christian Oudard / @ChristianOudard

04/15/2011 at 03:21PM

67
#196 - retired account / @retired10072015

08/21/2012 at 08:08PM

72
#197 - Matt Donahoe / @mdonahoe

10/03/2011 at 06:38AM

91
#198 - Misha (Mike) Granin / @Granin

04/28/2011 at 01:14PM