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

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

630 active golfers, 2125 entries

Solutions by @shirano80:
16
#205 - 정품비아그라 / @shirano80

10/31/2016 at 02:47AM

17
#>252 - 정품비아그라 / @shirano80

10/31/2016 at 02:47AM

18
#>290 - 정품비아그라 / @shirano80

10/31/2016 at 02:46AM

19
#>335 - 정품비아그라 / @shirano80

10/31/2016 at 02:45AM

20
#>379 - 정품비아그라 / @shirano80

10/31/2016 at 02:44AM

21
#>421 - 정품비아그라 / @shirano80

10/31/2016 at 02:43AM

22
#>451 - 정품비아그라 / @shirano80

10/31/2016 at 02:10AM

22
#>451 - 정품비아그라 / @shirano80

10/31/2016 at 02:42AM

23
#>481 - 정품비아그라 / @shirano80

10/31/2016 at 02:09AM