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

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

692 active golfers, 3444 entries

Solutions by @chrisxrobertson:
22
#219 - Chris Robertson / @chrisxrobertson

05/05/2017 at 12:07PM

23
#>226 - Chris Robertson / @chrisxrobertson

05/05/2017 at 12:06PM

25
#>243 - Chris Robertson / @chrisxrobertson

05/05/2017 at 12:05PM

26
#>268 - Chris Robertson / @chrisxrobertson

05/05/2017 at 12:02PM

27
#>291 - Chris Robertson / @chrisxrobertson

05/05/2017 at 12:01PM

28
#>326 - Chris Robertson / @chrisxrobertson

05/05/2017 at 11:58AM

29
#>347 - Chris Robertson / @chrisxrobertson

05/05/2017 at 11:52AM

30
#>377 - Chris Robertson / @chrisxrobertson

05/05/2017 at 11:50AM

31
#>434 - Chris Robertson / @chrisxrobertson

05/05/2017 at 11:44AM

33
#>526 - Chris Robertson / @chrisxrobertson

05/05/2017 at 11:40AM

34
#>568 - Chris Robertson / @chrisxrobertson

05/05/2017 at 11:38AM

35
#>580 - Chris Robertson / @chrisxrobertson

05/05/2017 at 11:37AM