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

709 active golfers, 3565 entries

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

11/04/2017 at 04:26AM

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

11/04/2017 at 04:25AM

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

11/04/2017 at 04:17AM

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

11/04/2017 at 04:15AM

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

11/04/2017 at 04:13AM

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

11/04/2017 at 04:10AM

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

11/04/2017 at 04:04AM

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

11/04/2017 at 04:01AM

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

11/04/2017 at 03:59AM

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

11/04/2017 at 03:52AM