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

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

692 active golfers, 3444 entries

Solutions by @foobar01123:
19
#154 - Miłosz Łakomy / @foobar01123

07/14/2019 at 09:26AM

20
#>186 - Miłosz Łakomy / @foobar01123

07/14/2019 at 09:24AM

21
#>210 - Miłosz Łakomy / @foobar01123

07/14/2019 at 09:23AM

22
#>220 - Miłosz Łakomy / @foobar01123

07/14/2019 at 09:21AM

23
#>227 - Miłosz Łakomy / @foobar01123

07/14/2019 at 09:20AM

24
#>232 - Miłosz Łakomy / @foobar01123

07/14/2019 at 09:18AM

25
#>244 - Miłosz Łakomy / @foobar01123

07/14/2019 at 09:17AM

26
#>271 - Miłosz Łakomy / @foobar01123

07/14/2019 at 09:16AM

27
#>294 - Miłosz Łakomy / @foobar01123

07/14/2019 at 09:14AM

31
#>440 - Miłosz Łakomy / @foobar01123

07/14/2019 at 08:36AM