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

703 active golfers, 3522 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
#>198 - Vito / @GodFather

11/11/2013 at 11:45PM

26
#>256 - Vito / @GodFather

11/11/2013 at 11:40PM

27
#>285 - Vito / @GodFather

11/11/2013 at 11:03PM

28
#>308 - Vito / @GodFather

11/09/2013 at 11:35PM

30
#>357 - Vito / @GodFather

11/09/2013 at 11:22PM

33
#>509 - Vito / @GodFather

11/09/2013 at 11:14PM

34
#>539 - Vito / @GodFather

11/08/2013 at 07:10AM

35
#>579 - Vito / @GodFather

11/08/2013 at 06:56AM

37
#>604 - Vito / @GodFather

11/08/2013 at 06:55AM

40
#>625 - Vito / @GodFather

11/08/2013 at 06:54AM

43
#>646 - Vito / @GodFather

11/08/2013 at 06:51AM