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

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

709 active golfers, 3565 entries

Solutions by @lamtt77:
19
#169 - lamtt77 / @lamtt77

10/11/2020 at 01:38PM

20
#>195 - lamtt77 / @lamtt77

10/11/2020 at 01:36PM

21
#>217 - lamtt77 / @lamtt77

10/11/2020 at 01:34PM

22
#>227 - lamtt77 / @lamtt77

10/11/2020 at 01:33PM

23
#>236 - lamtt77 / @lamtt77

10/11/2020 at 01:30PM

24
#>240 - lamtt77 / @lamtt77

10/11/2020 at 01:28PM

25
#>254 - lamtt77 / @lamtt77

10/11/2020 at 01:25PM

26
#>283 - lamtt77 / @lamtt77

10/11/2020 at 01:21PM

27
#>306 - lamtt77 / @lamtt77

10/11/2020 at 01:18PM

28
#>338 - lamtt77 / @lamtt77

10/11/2020 at 01:14PM

29
#>356 - lamtt77 / @lamtt77

10/11/2020 at 01:11PM

30
#>388 - lamtt77 / @lamtt77

10/11/2020 at 01:09PM

31
#>453 - lamtt77 / @lamtt77

10/11/2020 at 12:58PM

32
#>503 - lamtt77 / @lamtt77

10/11/2020 at 12:56PM

37
#>616 - lamtt77 / @lamtt77

10/11/2020 at 12:52PM