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

702 active golfers, 3520 entries

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

10/18/2023 at 09:19AM

20
#>193 - Vimgolf User / @VimgolfU

10/18/2023 at 09:16AM

21
#>214 - Vimgolf User / @VimgolfU

10/18/2023 at 09:15AM

22
#>224 - Vimgolf User / @VimgolfU

10/18/2023 at 09:06AM

23
#>232 - Vimgolf User / @VimgolfU

10/18/2023 at 08:56AM

24
#>236 - Vimgolf User / @VimgolfU

10/18/2023 at 08:54AM

25
#>250 - Vimgolf User / @VimgolfU

10/18/2023 at 08:51AM

26
#>280 - Vimgolf User / @VimgolfU

10/18/2023 at 08:44AM

27
#>302 - Vimgolf User / @VimgolfU

10/18/2023 at 08:22AM

28
#>334 - Vimgolf User / @VimgolfU

10/18/2023 at 08:15AM

30
#>385 - Vimgolf User / @VimgolfU

10/18/2023 at 08:14AM

31
#>452 - Vimgolf User / @VimgolfU

10/18/2023 at 08:06AM

34
#>577 - Vimgolf User / @VimgolfU

10/18/2023 at 08:04AM

35
#>590 - Vimgolf User / @VimgolfU

10/18/2023 at 08:02AM

39
#>624 - Vimgolf User / @VimgolfU

10/18/2023 at 08:48AM

41
#>637 - Vimgolf User / @VimgolfU

10/18/2023 at 08:09AM

44
#>657 - Vimgolf User / @VimgolfU

10/18/2023 at 07:54AM

53
#>683 - Vimgolf User / @VimgolfU

10/18/2023 at 07:36AM

65
#>696 - Vimgolf User / @VimgolfU

10/18/2023 at 07:35AM