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

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

692 active golfers, 3444 entries

Solutions by @shinyvimgolf:
19
#45 - Reese Wilson / @shinyvimgolf

02/02/2014 at 09:41AM

21
#>194 - Reese Wilson / @shinyvimgolf

02/02/2014 at 09:40AM

24
#>230 - Reese Wilson / @shinyvimgolf

02/02/2014 at 09:37AM

25
#>235 - Reese Wilson / @shinyvimgolf

02/02/2014 at 09:34AM

26
#>254 - Reese Wilson / @shinyvimgolf

02/02/2014 at 09:31AM

27
#>282 - Reese Wilson / @shinyvimgolf

02/02/2014 at 09:24AM

28
#>307 - Reese Wilson / @shinyvimgolf

02/02/2014 at 09:19AM

29
#>336 - Reese Wilson / @shinyvimgolf

02/02/2014 at 09:14AM

29
#>336 - Reese Wilson / @shinyvimgolf

02/02/2014 at 09:16AM

30
#>357 - Reese Wilson / @shinyvimgolf

02/02/2014 at 08:54AM

30
#>357 - Reese Wilson / @shinyvimgolf

02/02/2014 at 09:10AM

41
#>623 - Reese Wilson / @shinyvimgolf

02/02/2014 at 08:31AM