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

703 active golfers, 3522 entries

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

05/28/2014 at 11:29PM

21
#>201 - Teodor Kotov / @Microfed

05/28/2014 at 11:28PM

22
#>218 - Teodor Kotov / @Microfed

05/28/2014 at 11:27PM

24
#>235 - Teodor Kotov / @Microfed

05/28/2014 at 11:25PM

26
#>265 - Teodor Kotov / @Microfed

05/28/2014 at 11:14PM

29
#>348 - Teodor Kotov / @Microfed

05/28/2014 at 11:12PM

36
#>596 - Teodor Kotov / @Microfed

05/28/2014 at 10:51PM

36
#>596 - Teodor Kotov / @Microfed

05/28/2014 at 10:55PM

36
#>596 - Teodor Kotov / @Microfed

05/28/2014 at 11:04PM

38
#>619 - Teodor Kotov / @Microfed

05/28/2014 at 10:27PM