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

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

194 active golfers, 661 entries

Solutions by @drpproteus:
17
#45 - BarbaJol / @drpproteus

01/04/2018 at 01:45PM

19
#>66 - BarbaJol / @drpproteus

01/04/2018 at 01:44PM

20
#>93 - BarbaJol / @drpproteus

01/04/2018 at 01:43PM

22
#>101 - BarbaJol / @drpproteus

01/04/2018 at 01:42PM

23
#>112 - BarbaJol / @drpproteus

01/04/2018 at 01:41PM

24
#>122 - BarbaJol / @drpproteus

01/04/2018 at 01:40PM

26
#>130 - BarbaJol / @drpproteus

01/04/2018 at 01:39PM

27
#>138 - BarbaJol / @drpproteus

01/04/2018 at 01:37PM

29
#>145 - BarbaJol / @drpproteus

01/04/2018 at 01:33PM