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

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

194 active golfers, 661 entries

Solutions by @mevcar:
17
#28 - Rändöm Tester / @mevcar

02/12/2012 at 03:31PM

20
#>83 - Rändöm Tester / @mevcar

02/12/2012 at 03:08PM

22
#>99 - Rändöm Tester / @mevcar

02/11/2012 at 07:26PM

24
#>117 - Rändöm Tester / @mevcar

02/11/2012 at 03:04PM

27
#>134 - Rändöm Tester / @mevcar

02/11/2012 at 03:03PM

30
#>147 - Rändöm Tester / @mevcar

02/11/2012 at 03:02PM

33
#>164 - Rändöm Tester / @mevcar

02/11/2012 at 02:47PM

35
#>168 - Rändöm Tester / @mevcar

02/11/2012 at 02:41PM

39
#>175 - Rändöm Tester / @mevcar

02/11/2012 at 02:39PM

47
#>189 - Rändöm Tester / @mevcar

02/11/2012 at 02:35PM

59
#>191 - Rändöm Tester / @mevcar

02/11/2012 at 02:27PM

85
#>193 - Rändöm Tester / @mevcar

02/11/2012 at 02:24PM