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 55771cc4750ef86573003b83

Line 'em up!

It can be so hard to keep everything neatly lined-up. Somebody clearly hasn't bothered here. Tidy it up, please!

Start file
foo {
    a  
=> "a",
    bc  
=> "bc",
   
def => "def",
    ghij
=> "ghij",
    k
=> "k",
    lmn
=> "lmn",
    opqrst
=> "opqrst",
    uvw
=> "uvw",
    xyz
=> "xyz",
}
End file
foo {
    a      
=> "a",
    bc      
=> "bc",
   
def     => "def",
    ghij    
=> "ghij",
    k      
=> "k",
    lmn    
=> "lmn",
    opqrst  
=> "opqrst",
    uvw    
=> "uvw",
    xyz    
=> "xyz",
}

View Diff

2,10c2,10
<     a   => "a",
<     bc  => "bc",
<     def => "def",
<     ghij => "ghij",
<     k => "k",
<     lmn => "lmn",
<     opqrst => "opqrst",
<     uvw => "uvw",
<     xyz => "xyz",
---
>     a       => "a",
>     bc      => "bc",
>     def     => "def",
>     ghij    => "ghij",
>     k       => "k",
>     lmn     => "lmn",
>     opqrst  => "opqrst",
>     uvw     => "uvw",
>     xyz     => "xyz",

Solutions by @_markbrody:

Unlock 2 remaining solutions by signing in and submitting your own entry
Created by: @oneandoneis2

114 active golfers, 421 entries

Solutions by @_markbrody:
21
#73 - Mark Brody / @_markbrody

10/16/2015 at 10:08PM

22
#>79 - Mark Brody / @_markbrody

10/16/2015 at 10:05PM