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

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

692 active golfers, 3444 entries

Solutions by @GodFather:
19
#20 - Vito / @GodFather

11/11/2013 at 11:47PM

19
#>20 - Vito / @GodFather

11/11/2013 at 11:54PM

21
#>193 - Vito / @GodFather

11/11/2013 at 11:45PM

26
#>251 - Vito / @GodFather

11/11/2013 at 11:40PM

27
#>279 - Vito / @GodFather

11/11/2013 at 11:03PM

28
#>302 - Vito / @GodFather

11/09/2013 at 11:35PM

30
#>351 - Vito / @GodFather

11/09/2013 at 11:22PM

33
#>501 - Vito / @GodFather

11/09/2013 at 11:14PM

34
#>530 - Vito / @GodFather

11/08/2013 at 07:10AM

35
#>570 - Vito / @GodFather

11/08/2013 at 06:56AM

37
#>595 - Vito / @GodFather

11/08/2013 at 06:55AM

40
#>615 - Vito / @GodFather

11/08/2013 at 06:54AM

43
#>635 - Vito / @GodFather

11/08/2013 at 06:51AM