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

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

703 active golfers, 3522 entries

Solutions by @grant_7788:
19
#152 - Grant / @grant_7788

04/30/2019 at 01:55PM

19
#>152 - Grant / @grant_7788

04/30/2019 at 01:57PM

20
#>189 - Grant / @grant_7788

04/30/2019 at 01:54PM

21
#>215 - Grant / @grant_7788

04/30/2019 at 01:53PM

22
#>225 - Grant / @grant_7788

04/30/2019 at 01:52PM

22
#>225 - Grant / @grant_7788

04/30/2019 at 01:53PM

23
#>232 - Grant / @grant_7788

04/30/2019 at 01:51PM

24
#>237 - Grant / @grant_7788

04/30/2019 at 01:48PM

25
#>249 - Grant / @grant_7788

04/30/2019 at 01:46PM

26
#>275 - Grant / @grant_7788

04/30/2019 at 01:46PM

27
#>297 - Grant / @grant_7788

04/30/2019 at 01:44PM

28
#>334 - Grant / @grant_7788

04/30/2019 at 01:42PM

29
#>353 - Grant / @grant_7788

04/30/2019 at 01:39PM

30
#>385 - Grant / @grant_7788

04/30/2019 at 01:36PM

30
#>385 - Grant / @grant_7788

04/30/2019 at 01:37PM

30
#>385 - Grant / @grant_7788

04/30/2019 at 01:41PM

31
#>446 - Grant / @grant_7788

04/30/2019 at 01:32PM

32
#>499 - Grant / @grant_7788

04/30/2019 at 01:30PM

37
#>612 - Grant / @grant_7788

04/30/2019 at 01:29PM