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 by @MCNormalMode:

Unlock 6 remaining solutions by signing in and submitting your own entry
Created by: @vimgolfer

194 active golfers, 661 entries

Solutions by @MCNormalMode:
20
#78 - Christopher Erin / @MCNormalMode

09/27/2011 at 12:01AM

22
#>98 - Christopher Erin / @MCNormalMode

09/26/2011 at 11:58PM

24
#>116 - Christopher Erin / @MCNormalMode

09/26/2011 at 11:54PM

26
#>128 - Christopher Erin / @MCNormalMode

09/26/2011 at 11:35PM

28
#>140 - Christopher Erin / @MCNormalMode

09/26/2011 at 11:32PM

29
#>143 - Christopher Erin / @MCNormalMode

09/26/2011 at 11:31PM