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

709 active golfers, 3565 entries

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

01/17/2015 at 11:08PM

21
#>203 - low_ghost / @low_ghost_clone

01/17/2015 at 11:07PM

22
#>223 - low_ghost / @low_ghost_clone

01/17/2015 at 11:05PM

23
#>232 - low_ghost / @low_ghost_clone

01/17/2015 at 11:04PM

25
#>247 - low_ghost / @low_ghost_clone

01/17/2015 at 11:02PM

26
#>271 - low_ghost / @low_ghost_clone

01/17/2015 at 11:01PM

27
#>296 - low_ghost / @low_ghost_clone

01/17/2015 at 10:59PM

28
#>329 - low_ghost / @low_ghost_clone

01/17/2015 at 10:57PM

29
#>352 - low_ghost / @low_ghost_clone

01/17/2015 at 10:56PM

30
#>375 - low_ghost / @low_ghost_clone

01/17/2015 at 10:54PM

31
#>428 - low_ghost / @low_ghost_clone

01/17/2015 at 10:53PM

32
#>491 - low_ghost / @low_ghost_clone

01/17/2015 at 10:50PM

33
#>532 - low_ghost / @low_ghost_clone

01/17/2015 at 10:46PM

34
#>572 - low_ghost / @low_ghost_clone

01/17/2015 at 10:44PM

34
#>572 - low_ghost / @low_ghost_clone

01/17/2015 at 10:48PM