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

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

692 active golfers, 3444 entries

Solutions by @Microfed:
19
#63 - Teodor Kotov / @Microfed

05/28/2014 at 11:29PM

21
#>196 - Teodor Kotov / @Microfed

05/28/2014 at 11:28PM

22
#>213 - Teodor Kotov / @Microfed

05/28/2014 at 11:27PM

24
#>230 - Teodor Kotov / @Microfed

05/28/2014 at 11:25PM

26
#>260 - Teodor Kotov / @Microfed

05/28/2014 at 11:14PM

29
#>342 - Teodor Kotov / @Microfed

05/28/2014 at 11:12PM

36
#>587 - Teodor Kotov / @Microfed

05/28/2014 at 10:51PM

36
#>587 - Teodor Kotov / @Microfed

05/28/2014 at 10:55PM

36
#>587 - Teodor Kotov / @Microfed

05/28/2014 at 11:04PM

38
#>609 - Teodor Kotov / @Microfed

05/28/2014 at 10:27PM