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

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

706 active golfers, 3525 entries

Solutions by @azzidoos:
19
#78 - Mattias Fransson / @azzidoos

09/21/2014 at 05:57PM

21
#>201 - Mattias Fransson / @azzidoos

09/21/2014 at 05:55PM

22
#>221 - Mattias Fransson / @azzidoos

09/21/2014 at 05:55PM

23
#>230 - Mattias Fransson / @azzidoos

09/21/2014 at 05:51PM

25
#>243 - Mattias Fransson / @azzidoos

09/21/2014 at 05:49PM

26
#>268 - Mattias Fransson / @azzidoos

09/21/2014 at 05:45PM

27
#>293 - Mattias Fransson / @azzidoos

09/21/2014 at 05:43PM

28
#>326 - Mattias Fransson / @azzidoos

09/21/2014 at 05:41PM

29
#>350 - Mattias Fransson / @azzidoos

09/21/2014 at 05:25PM

29
#>350 - Mattias Fransson / @azzidoos

09/21/2014 at 05:38PM

30
#>373 - Mattias Fransson / @azzidoos

09/21/2014 at 05:20PM

31
#>423 - Mattias Fransson / @azzidoos

09/21/2014 at 05:19PM

32
#>485 - Mattias Fransson / @azzidoos

09/21/2014 at 05:17PM

34
#>567 - Mattias Fransson / @azzidoos

09/21/2014 at 05:16PM

37
#>609 - Mattias Fransson / @azzidoos

09/21/2014 at 05:08PM

37
#>609 - Mattias Fransson / @azzidoos

09/21/2014 at 05:10PM

37
#>609 - Mattias Fransson / @azzidoos

09/21/2014 at 05:14PM

51
#>678 - Mattias Fransson / @azzidoos

09/21/2014 at 05:10PM