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

703 active golfers, 3522 entries

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

10/18/2023 at 09:19AM

20
#>194 - Vimgolf User / @VimgolfU

10/18/2023 at 09:16AM

21
#>215 - Vimgolf User / @VimgolfU

10/18/2023 at 09:15AM

22
#>225 - Vimgolf User / @VimgolfU

10/18/2023 at 09:06AM

23
#>233 - Vimgolf User / @VimgolfU

10/18/2023 at 08:56AM

24
#>237 - Vimgolf User / @VimgolfU

10/18/2023 at 08:54AM

25
#>251 - Vimgolf User / @VimgolfU

10/18/2023 at 08:51AM

26
#>281 - Vimgolf User / @VimgolfU

10/18/2023 at 08:44AM

27
#>303 - Vimgolf User / @VimgolfU

10/18/2023 at 08:22AM

28
#>335 - Vimgolf User / @VimgolfU

10/18/2023 at 08:15AM

30
#>386 - Vimgolf User / @VimgolfU

10/18/2023 at 08:14AM

31
#>453 - Vimgolf User / @VimgolfU

10/18/2023 at 08:06AM

34
#>578 - Vimgolf User / @VimgolfU

10/18/2023 at 08:04AM

35
#>591 - Vimgolf User / @VimgolfU

10/18/2023 at 08:02AM

39
#>625 - Vimgolf User / @VimgolfU

10/18/2023 at 08:48AM

41
#>638 - Vimgolf User / @VimgolfU

10/18/2023 at 08:09AM

44
#>658 - Vimgolf User / @VimgolfU

10/18/2023 at 07:54AM

53
#>684 - Vimgolf User / @VimgolfU

10/18/2023 at 07:36AM

65
#>697 - Vimgolf User / @VimgolfU

10/18/2023 at 07:35AM