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 4d1ace6c142cca7133000033

Reformat some Python

Fix some very bizarrely laid-out code.

Start file
def fed(j):
    n
= sum([1000000000,
             
200000000,
               
30000000,
               
4000000,
                 
500000,
                 
60000,
                   
7000,
                   
800,
                     
90,
                     j
])
   
print('abc'+str(n)+'def')
End file
def fed(j):
    n
= 1234567890 + j
   
print('abc%ddef' % n)

View Diff

2,12c2,3
<     n = sum([1000000000,
<               200000000,
<                30000000,
<                 4000000,
<                  500000,
<                   60000,
<                    7000,
<                     800,
<                      90,
<                      j])
<     print('abc'+str(n)+'def')
---
>     n = 1234567890 + j
>     print('abc%ddef' % n)

Solutions by @sh3llcode:

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

239 active golfers, 626 entries

Solutions by @sh3llcode:
35
#63 - c0llision / @sh3llcode

01/28/2018 at 12:56PM

39
#>89 - c0llision / @sh3llcode

01/28/2018 at 12:52PM

40
#>95 - c0llision / @sh3llcode

01/28/2018 at 12:45PM

41
#>113 - c0llision / @sh3llcode

01/28/2018 at 12:38PM

42
#>123 - c0llision / @sh3llcode

01/28/2018 at 12:37PM

43
#>135 - c0llision / @sh3llcode

01/28/2018 at 12:35PM

45
#>149 - c0llision / @sh3llcode

01/28/2018 at 12:33PM

45
#>149 - c0llision / @sh3llcode

01/28/2018 at 12:34PM

49
#>176 - c0llision / @sh3llcode

01/28/2018 at 12:31PM