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 57343555fd77ad227900df4a

Split line with dots

This line is too long, split it.

Start file
class VimGolf
  def split_me
    MyModel.first_method.second_method(arg).third_method(arg.method_one.method_two)
  end
end
End file
class VimGolf
  def split_me
    MyModel
      .first_method
      .second_method(arg)
      .third_method(arg.method_one.method_two)
  end
end

View Diff

3c3,6
<     MyModel.first_method.second_method(arg).third_method(arg.method_one.method_two)
---
>     MyModel
>       .first_method
>       .second_method(arg)
>       .third_method(arg.method_one.method_two)

Solutions by @u03c6:

Unlock 9 remaining solutions by signing in and submitting your own entry
Created by: @Benoit_Tgt

629 active golfers, 2124 entries

Solutions by @u03c6:
15
#74 - u03c6 / @u03c6

08/18/2016 at 01:57AM

16
#>196 - u03c6 / @u03c6

08/18/2016 at 01:56AM

17
#>249 - u03c6 / @u03c6

08/18/2016 at 01:54AM

18
#>284 - u03c6 / @u03c6

08/18/2016 at 01:51AM

20
#>373 - u03c6 / @u03c6

08/18/2016 at 01:48AM

20
#>373 - u03c6 / @u03c6

08/18/2016 at 01:48AM

21
#>414 - u03c6 / @u03c6

08/18/2016 at 01:46AM

26
#>538 - u03c6 / @u03c6

08/18/2016 at 01:45AM

28
#>576 - u03c6 / @u03c6

08/18/2016 at 01:45AM