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

706 active golfers, 3525 entries

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

05/05/2017 at 12:07PM

23
#>232 - Chris Robertson / @chrisxrobertson

05/05/2017 at 12:06PM

25
#>249 - Chris Robertson / @chrisxrobertson

05/05/2017 at 12:05PM

26
#>274 - Chris Robertson / @chrisxrobertson

05/05/2017 at 12:02PM

27
#>298 - Chris Robertson / @chrisxrobertson

05/05/2017 at 12:01PM

28
#>333 - Chris Robertson / @chrisxrobertson

05/05/2017 at 11:58AM

29
#>354 - Chris Robertson / @chrisxrobertson

05/05/2017 at 11:52AM

30
#>384 - Chris Robertson / @chrisxrobertson

05/05/2017 at 11:50AM

31
#>441 - Chris Robertson / @chrisxrobertson

05/05/2017 at 11:44AM

33
#>535 - Chris Robertson / @chrisxrobertson

05/05/2017 at 11:40AM

34
#>578 - Chris Robertson / @chrisxrobertson

05/05/2017 at 11:38AM

35
#>590 - Chris Robertson / @chrisxrobertson

05/05/2017 at 11:37AM