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

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

194 active golfers, 661 entries

Solutions by @Katharsic:
19
#67 - ._. / @Katharsic

04/24/2022 at 05:13PM

20
#>93 - ._. / @Katharsic

04/24/2022 at 05:12PM

21
#>96 - ._. / @Katharsic

04/24/2022 at 05:12PM

22
#>102 - ._. / @Katharsic

04/24/2022 at 05:11PM

23
#>112 - ._. / @Katharsic

04/24/2022 at 05:10PM

24
#>123 - ._. / @Katharsic

04/24/2022 at 05:10PM

25
#>125 - ._. / @Katharsic

04/24/2022 at 05:09PM

26
#>131 - ._. / @Katharsic

04/24/2022 at 05:08PM

27
#>138 - ._. / @Katharsic

04/24/2022 at 05:07PM

28
#>142 - ._. / @Katharsic

04/24/2022 at 05:05PM

29
#>145 - ._. / @Katharsic

04/24/2022 at 05:04PM

30
#>152 - ._. / @Katharsic

04/24/2022 at 05:03PM

31
#>156 - ._. / @Katharsic

04/24/2022 at 05:02PM

32
#>160 - ._. / @Katharsic

04/24/2022 at 05:01PM

46
#>188 - ._. / @Katharsic

04/24/2022 at 04:58PM