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

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

198 active golfers, 700 entries

Solutions by @de2zotjes:
20
#81 - MaPo / @de2zotjes

10/02/2011 at 08:22AM

23
#>108 - MaPo / @de2zotjes

10/02/2011 at 08:10AM

26
#>130 - MaPo / @de2zotjes

10/02/2011 at 08:00AM

30
#>150 - MaPo / @de2zotjes

10/02/2011 at 07:57AM

31
#>156 - MaPo / @de2zotjes

10/02/2011 at 07:43AM

33
#>166 - MaPo / @de2zotjes

10/01/2011 at 10:25PM

33
#>166 - MaPo / @de2zotjes

10/02/2011 at 07:12AM

38
#>178 - MaPo / @de2zotjes

10/01/2011 at 10:12PM

41
#>181 - MaPo / @de2zotjes

10/01/2011 at 10:00PM

61
#>195 - MaPo / @de2zotjes

10/01/2011 at 09:35PM