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

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

692 active golfers, 3444 entries

Solutions by @saument:
19
#118 - Stephen Aument / @saument

09/03/2016 at 04:17AM

19
#>118 - Stephen Aument / @saument

09/03/2016 at 04:19AM

21
#>205 - Stephen Aument / @saument

09/03/2016 at 04:16AM

22
#>218 - Stephen Aument / @saument

09/03/2016 at 04:16AM

23
#>226 - Stephen Aument / @saument

09/03/2016 at 04:15AM

24
#>232 - Stephen Aument / @saument

09/03/2016 at 04:13AM

25
#>243 - Stephen Aument / @saument

09/03/2016 at 04:12AM

27
#>289 - Stephen Aument / @saument

09/03/2016 at 04:11AM

28
#>324 - Stephen Aument / @saument

09/03/2016 at 04:10AM

29
#>346 - Stephen Aument / @saument

09/03/2016 at 04:08AM

31
#>433 - Stephen Aument / @saument

09/03/2016 at 04:07AM

33
#>526 - Stephen Aument / @saument

09/03/2016 at 04:05AM

34
#>566 - Stephen Aument / @saument

09/03/2016 at 04:03AM

34
#>566 - Stephen Aument / @saument

09/03/2016 at 04:04AM