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

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

194 active golfers, 661 entries

Solutions by @andy31416:
20
#80 - Andrei Litvin / @andy31416

11/17/2011 at 02:19AM

23
#>106 - Andrei Litvin / @andy31416

11/17/2011 at 01:52AM

24
#>116 - Andrei Litvin / @andy31416

11/17/2011 at 01:45AM

26
#>128 - Andrei Litvin / @andy31416

11/17/2011 at 01:43AM

28
#>140 - Andrei Litvin / @andy31416

11/17/2011 at 01:40AM

29
#>143 - Andrei Litvin / @andy31416

11/17/2011 at 01:25AM

38
#>175 - Andrei Litvin / @andy31416

11/17/2011 at 01:17AM

44
#>181 - Andrei Litvin / @andy31416

11/17/2011 at 01:14AM

52
#>189 - Andrei Litvin / @andy31416

11/17/2011 at 01:03AM