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

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

692 active golfers, 3444 entries

Solutions by @_VeritasL:
19
#98 - Veritas / @_VeritasL

08/23/2015 at 01:54PM

19
#>98 - Veritas / @_VeritasL

08/23/2015 at 01:58PM

21
#>201 - Veritas / @_VeritasL

08/23/2015 at 01:52PM

22
#>216 - Veritas / @_VeritasL

08/23/2015 at 01:51PM

23
#>224 - Veritas / @_VeritasL

08/23/2015 at 01:49PM

25
#>240 - Veritas / @_VeritasL

08/23/2015 at 01:47PM

26
#>263 - Veritas / @_VeritasL

08/23/2015 at 01:45PM

27
#>288 - Veritas / @_VeritasL

08/23/2015 at 01:43PM

28
#>322 - Veritas / @_VeritasL

08/23/2015 at 01:41PM

29
#>343 - Veritas / @_VeritasL

08/23/2015 at 01:38PM

31
#>424 - Veritas / @_VeritasL

08/23/2015 at 01:31PM

33
#>522 - Veritas / @_VeritasL

08/23/2015 at 01:15PM