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

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

696 active golfers, 3498 entries

Solutions by @VimgolfU:
19
#179 - Vimgolf User / @VimgolfU

10/18/2023 at 09:19AM

20
#>191 - Vimgolf User / @VimgolfU

10/18/2023 at 09:16AM

21
#>212 - Vimgolf User / @VimgolfU

10/18/2023 at 09:15AM

22
#>222 - Vimgolf User / @VimgolfU

10/18/2023 at 09:06AM

23
#>230 - Vimgolf User / @VimgolfU

10/18/2023 at 08:56AM

24
#>234 - Vimgolf User / @VimgolfU

10/18/2023 at 08:54AM

25
#>248 - Vimgolf User / @VimgolfU

10/18/2023 at 08:51AM

26
#>278 - Vimgolf User / @VimgolfU

10/18/2023 at 08:44AM

27
#>299 - Vimgolf User / @VimgolfU

10/18/2023 at 08:22AM

28
#>331 - Vimgolf User / @VimgolfU

10/18/2023 at 08:15AM

30
#>382 - Vimgolf User / @VimgolfU

10/18/2023 at 08:14AM

31
#>449 - Vimgolf User / @VimgolfU

10/18/2023 at 08:06AM

34
#>571 - Vimgolf User / @VimgolfU

10/18/2023 at 08:04AM

35
#>584 - Vimgolf User / @VimgolfU

10/18/2023 at 08:02AM

39
#>618 - Vimgolf User / @VimgolfU

10/18/2023 at 08:48AM

41
#>631 - Vimgolf User / @VimgolfU

10/18/2023 at 08:09AM

44
#>651 - Vimgolf User / @VimgolfU

10/18/2023 at 07:54AM

53
#>677 - Vimgolf User / @VimgolfU

10/18/2023 at 07:36AM

65
#>690 - Vimgolf User / @VimgolfU

10/18/2023 at 07:35AM