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

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

630 active golfers, 2125 entries

Solutions by @utah12005:
25
#530 - Chen-Hung Wu / @utah12005

10/02/2019 at 04:19AM

26
#>555 - Chen-Hung Wu / @utah12005

10/02/2019 at 04:17AM

27
#>577 - Chen-Hung Wu / @utah12005

10/02/2019 at 04:16AM

28
#>581 - Chen-Hung Wu / @utah12005

10/02/2019 at 04:16AM

31
#>598 - Chen-Hung Wu / @utah12005

10/02/2019 at 04:15AM

32
#>603 - Chen-Hung Wu / @utah12005

10/02/2019 at 04:13AM

33
#>605 - Chen-Hung Wu / @utah12005

10/02/2019 at 04:12AM

33
#>605 - Chen-Hung Wu / @utah12005

10/02/2019 at 04:14AM

34
#>606 - Chen-Hung Wu / @utah12005

10/02/2019 at 04:11AM