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

702 active golfers, 3520 entries

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

09/21/2014 at 05:57PM

21
#>200 - Mattias Fransson / @azzidoos

09/21/2014 at 05:55PM

22
#>220 - Mattias Fransson / @azzidoos

09/21/2014 at 05:55PM

23
#>228 - Mattias Fransson / @azzidoos

09/21/2014 at 05:51PM

25
#>241 - Mattias Fransson / @azzidoos

09/21/2014 at 05:49PM

26
#>266 - Mattias Fransson / @azzidoos

09/21/2014 at 05:45PM

27
#>291 - Mattias Fransson / @azzidoos

09/21/2014 at 05:43PM

28
#>324 - Mattias Fransson / @azzidoos

09/21/2014 at 05:41PM

29
#>348 - Mattias Fransson / @azzidoos

09/21/2014 at 05:25PM

29
#>348 - Mattias Fransson / @azzidoos

09/21/2014 at 05:38PM

30
#>371 - Mattias Fransson / @azzidoos

09/21/2014 at 05:20PM

31
#>421 - Mattias Fransson / @azzidoos

09/21/2014 at 05:19PM

32
#>483 - Mattias Fransson / @azzidoos

09/21/2014 at 05:17PM

34
#>565 - Mattias Fransson / @azzidoos

09/21/2014 at 05:16PM

37
#>607 - Mattias Fransson / @azzidoos

09/21/2014 at 05:08PM

37
#>607 - Mattias Fransson / @azzidoos

09/21/2014 at 05:10PM

37
#>607 - Mattias Fransson / @azzidoos

09/21/2014 at 05:14PM

51
#>675 - Mattias Fransson / @azzidoos

09/21/2014 at 05:10PM