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 524e1a20b81fe50002000008

attr_aligner

Two attr keywords. Two separate indentations. Align the colons.

Start file
attr_reader :align, :variables, :with
attr_accessor :spaces, :to, :complete, :challenge
# vim: set expandtab:
End file
attr_reader :align,
            :variables,
            :with
attr_accessor :spaces,
              :to,
              :complete,
              :challenge
# vim: set expandtab:

View Diff

1,2c1,7
< attr_reader :align, :variables, :with
< attr_accessor :spaces, :to, :complete, :challenge
---
> attr_reader :align,
>             :variables,
>             :with
> attr_accessor :spaces,
>               :to,
>               :complete,
>               :challenge

Solutions by @aRkadeFR:

Unlock 10 remaining solutions by signing in and submitting your own entry
Created by: @udioica

692 active golfers, 3444 entries

Solutions by @aRkadeFR:
21
#191 - aRkadeFR / @aRkadeFR

10/06/2013 at 07:13PM

23
#>221 - aRkadeFR / @aRkadeFR

10/06/2013 at 07:15PM

28
#>298 - aRkadeFR / @aRkadeFR

10/06/2013 at 07:11PM

30
#>349 - aRkadeFR / @aRkadeFR

10/06/2013 at 07:10PM

32
#>447 - aRkadeFR / @aRkadeFR

10/06/2013 at 06:38PM

35
#>569 - aRkadeFR / @aRkadeFR

10/07/2013 at 10:13AM

37
#>595 - aRkadeFR / @aRkadeFR

10/06/2013 at 06:36PM

38
#>605 - aRkadeFR / @aRkadeFR

10/06/2013 at 06:35PM

40
#>615 - aRkadeFR / @aRkadeFR

10/06/2013 at 06:43PM

50
#>663 - aRkadeFR / @aRkadeFR

10/07/2013 at 10:13AM