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

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

692 active golfers, 3444 entries

Solutions by @low_ghost_clone:
19
#83 - low_ghost / @low_ghost_clone

01/17/2015 at 11:08PM

21
#>196 - low_ghost / @low_ghost_clone

01/17/2015 at 11:07PM

22
#>216 - low_ghost / @low_ghost_clone

01/17/2015 at 11:05PM

23
#>224 - low_ghost / @low_ghost_clone

01/17/2015 at 11:04PM

25
#>239 - low_ghost / @low_ghost_clone

01/17/2015 at 11:02PM

26
#>263 - low_ghost / @low_ghost_clone

01/17/2015 at 11:01PM

27
#>287 - low_ghost / @low_ghost_clone

01/17/2015 at 10:59PM

28
#>320 - low_ghost / @low_ghost_clone

01/17/2015 at 10:57PM

29
#>343 - low_ghost / @low_ghost_clone

01/17/2015 at 10:56PM

30
#>366 - low_ghost / @low_ghost_clone

01/17/2015 at 10:54PM

31
#>419 - low_ghost / @low_ghost_clone

01/17/2015 at 10:53PM

32
#>481 - low_ghost / @low_ghost_clone

01/17/2015 at 10:50PM

33
#>521 - low_ghost / @low_ghost_clone

01/17/2015 at 10:46PM

34
#>560 - low_ghost / @low_ghost_clone

01/17/2015 at 10:44PM

34
#>560 - low_ghost / @low_ghost_clone

01/17/2015 at 10:48PM