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

692 active golfers, 3444 entries

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

10/11/2020 at 01:38PM

20
#>188 - lamtt77 / @lamtt77

10/11/2020 at 01:36PM

21
#>210 - lamtt77 / @lamtt77

10/11/2020 at 01:34PM

22
#>220 - lamtt77 / @lamtt77

10/11/2020 at 01:33PM

23
#>228 - lamtt77 / @lamtt77

10/11/2020 at 01:30PM

24
#>232 - lamtt77 / @lamtt77

10/11/2020 at 01:28PM

25
#>246 - lamtt77 / @lamtt77

10/11/2020 at 01:25PM

26
#>275 - lamtt77 / @lamtt77

10/11/2020 at 01:21PM

27
#>297 - lamtt77 / @lamtt77

10/11/2020 at 01:18PM

28
#>329 - lamtt77 / @lamtt77

10/11/2020 at 01:14PM

29
#>347 - lamtt77 / @lamtt77

10/11/2020 at 01:11PM

30
#>379 - lamtt77 / @lamtt77

10/11/2020 at 01:09PM

31
#>444 - lamtt77 / @lamtt77

10/11/2020 at 12:58PM

32
#>493 - lamtt77 / @lamtt77

10/11/2020 at 12:56PM

37
#>604 - lamtt77 / @lamtt77

10/11/2020 at 12:52PM