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

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

634 active golfers, 2144 entries

Solutions by @EdgarHipp:
15
#66 - Edgar Hipp / @EdgarHipp

07/28/2016 at 09:43AM

16
#>195 - Edgar Hipp / @EdgarHipp

07/28/2016 at 09:43AM

17
#>250 - Edgar Hipp / @EdgarHipp

07/28/2016 at 09:42AM

18
#>282 - Edgar Hipp / @EdgarHipp

07/28/2016 at 09:42AM

19
#>327 - Edgar Hipp / @EdgarHipp

07/28/2016 at 09:41AM

20
#>373 - Edgar Hipp / @EdgarHipp

07/28/2016 at 09:40AM

20
#>373 - Edgar Hipp / @EdgarHipp

07/28/2016 at 09:40AM

21
#>409 - Edgar Hipp / @EdgarHipp

07/28/2016 at 09:39AM

22
#>447 - Edgar Hipp / @EdgarHipp

07/28/2016 at 09:38AM

23
#>481 - Edgar Hipp / @EdgarHipp

07/28/2016 at 09:37AM

26
#>540 - Edgar Hipp / @EdgarHipp

07/28/2016 at 09:36AM