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

703 active golfers, 3522 entries

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

10/06/2013 at 05:18AM

21
#>195 - StarkHalo / @hellektor

10/06/2013 at 04:58AM

23
#>226 - StarkHalo / @hellektor

10/06/2013 at 05:21AM

27
#>283 - StarkHalo / @hellektor

10/06/2013 at 04:49AM

31
#>387 - StarkHalo / @hellektor

10/06/2013 at 04:45AM

32
#>454 - StarkHalo / @hellektor

10/06/2013 at 04:34AM

33
#>504 - StarkHalo / @hellektor

10/05/2013 at 03:46AM

34
#>538 - StarkHalo / @hellektor

10/04/2013 at 11:43PM

35
#>578 - StarkHalo / @hellektor

10/04/2013 at 01:38PM

53
#>682 - StarkHalo / @hellektor

10/06/2013 at 12:07AM