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

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

692 active golfers, 3444 entries

Solutions by @hellektor:
20
#181 - StarkHalo / @hellektor

10/06/2013 at 05:18AM

21
#>190 - StarkHalo / @hellektor

10/06/2013 at 04:58AM

23
#>221 - StarkHalo / @hellektor

10/06/2013 at 05:21AM

27
#>277 - StarkHalo / @hellektor

10/06/2013 at 04:49AM

31
#>381 - StarkHalo / @hellektor

10/06/2013 at 04:45AM

32
#>447 - StarkHalo / @hellektor

10/06/2013 at 04:34AM

33
#>496 - StarkHalo / @hellektor

10/05/2013 at 03:46AM

34
#>529 - StarkHalo / @hellektor

10/04/2013 at 11:43PM

35
#>569 - StarkHalo / @hellektor

10/04/2013 at 01:38PM

53
#>671 - StarkHalo / @hellektor

10/06/2013 at 12:07AM