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

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

634 active golfers, 2144 entries

Solutions by @JuiDakhave:
36
#615 - Jui Ulhas Dakhave / @JuiDakhave

09/24/2022 at 08:45PM

37
#>618 - Jui Ulhas Dakhave / @JuiDakhave

09/24/2022 at 08:41PM

40
#>619 - Jui Ulhas Dakhave / @JuiDakhave

09/24/2022 at 08:37PM

41
#>619 - Jui Ulhas Dakhave / @JuiDakhave

09/24/2022 at 08:44PM

41
#>619 - Jui Ulhas Dakhave / @JuiDakhave

09/24/2022 at 08:53PM

43
#>620 - Jui Ulhas Dakhave / @JuiDakhave

09/24/2022 at 08:35PM

58
#>628 - Jui Ulhas Dakhave / @JuiDakhave

09/24/2022 at 08:51PM

59
#>628 - Jui Ulhas Dakhave / @JuiDakhave

09/24/2022 at 08:07PM