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

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

692 active golfers, 3444 entries

Solutions by @grant_7788:
19
#152 - Grant / @grant_7788

04/30/2019 at 01:55PM

19
#>152 - Grant / @grant_7788

04/30/2019 at 01:57PM

20
#>184 - Grant / @grant_7788

04/30/2019 at 01:54PM

21
#>210 - Grant / @grant_7788

04/30/2019 at 01:53PM

22
#>220 - Grant / @grant_7788

04/30/2019 at 01:52PM

22
#>220 - Grant / @grant_7788

04/30/2019 at 01:53PM

23
#>227 - Grant / @grant_7788

04/30/2019 at 01:51PM

24
#>232 - Grant / @grant_7788

04/30/2019 at 01:48PM

25
#>244 - Grant / @grant_7788

04/30/2019 at 01:46PM

26
#>270 - Grant / @grant_7788

04/30/2019 at 01:46PM

27
#>291 - Grant / @grant_7788

04/30/2019 at 01:44PM

28
#>328 - Grant / @grant_7788

04/30/2019 at 01:42PM

29
#>347 - Grant / @grant_7788

04/30/2019 at 01:39PM

30
#>379 - Grant / @grant_7788

04/30/2019 at 01:36PM

30
#>379 - Grant / @grant_7788

04/30/2019 at 01:37PM

30
#>379 - Grant / @grant_7788

04/30/2019 at 01:41PM

31
#>440 - Grant / @grant_7788

04/30/2019 at 01:32PM

32
#>492 - Grant / @grant_7788

04/30/2019 at 01:30PM

37
#>603 - Grant / @grant_7788

04/30/2019 at 01:29PM