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

702 active golfers, 3520 entries

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

10/11/2020 at 01:38PM

20
#>192 - lamtt77 / @lamtt77

10/11/2020 at 01:36PM

21
#>214 - lamtt77 / @lamtt77

10/11/2020 at 01:34PM

22
#>224 - lamtt77 / @lamtt77

10/11/2020 at 01:33PM

23
#>232 - lamtt77 / @lamtt77

10/11/2020 at 01:30PM

24
#>236 - lamtt77 / @lamtt77

10/11/2020 at 01:28PM

25
#>250 - lamtt77 / @lamtt77

10/11/2020 at 01:25PM

26
#>279 - lamtt77 / @lamtt77

10/11/2020 at 01:21PM

27
#>302 - lamtt77 / @lamtt77

10/11/2020 at 01:18PM

28
#>334 - lamtt77 / @lamtt77

10/11/2020 at 01:14PM

29
#>352 - lamtt77 / @lamtt77

10/11/2020 at 01:11PM

30
#>384 - lamtt77 / @lamtt77

10/11/2020 at 01:09PM

31
#>449 - lamtt77 / @lamtt77

10/11/2020 at 12:58PM

32
#>499 - lamtt77 / @lamtt77

10/11/2020 at 12:56PM

37
#>612 - lamtt77 / @lamtt77

10/11/2020 at 12:52PM