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

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

692 active golfers, 3444 entries

Solutions by @_elzup_:
19
#137 - えるざっぷ / @_elzup_

11/04/2017 at 04:26AM

21
#>207 - えるざっぷ / @_elzup_

11/04/2017 at 04:25AM

22
#>219 - えるざっぷ / @_elzup_

11/04/2017 at 04:17AM

23
#>227 - えるざっぷ / @_elzup_

11/04/2017 at 04:15AM

25
#>243 - えるざっぷ / @_elzup_

11/04/2017 at 04:13AM

26
#>269 - えるざっぷ / @_elzup_

11/04/2017 at 04:10AM

29
#>347 - えるざっぷ / @_elzup_

11/04/2017 at 04:04AM

30
#>377 - えるざっぷ / @_elzup_

11/04/2017 at 04:01AM

31
#>434 - えるざっぷ / @_elzup_

11/04/2017 at 03:59AM

50
#>663 - えるざっぷ / @_elzup_

11/04/2017 at 03:52AM