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

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

630 active golfers, 2125 entries

Solutions by @koutselakis_m:
24
#505 - Manos Koutselakis / @koutselakis_m

05/05/2019 at 08:39PM

26
#>554 - Manos Koutselakis / @koutselakis_m

05/05/2019 at 08:28PM

27
#>574 - Manos Koutselakis / @koutselakis_m

05/05/2019 at 08:26PM

27
#>574 - Manos Koutselakis / @koutselakis_m

05/05/2019 at 08:37PM

28
#>580 - Manos Koutselakis / @koutselakis_m

05/05/2019 at 08:25PM

28
#>580 - Manos Koutselakis / @koutselakis_m

05/05/2019 at 08:27PM

31
#>598 - Manos Koutselakis / @koutselakis_m

05/05/2019 at 08:21PM

32
#>602 - Manos Koutselakis / @koutselakis_m

05/05/2019 at 08:20PM

33
#>605 - Manos Koutselakis / @koutselakis_m

05/05/2019 at 08:17PM

34
#>606 - Manos Koutselakis / @koutselakis_m

05/05/2019 at 08:18PM

43
#>616 - Manos Koutselakis / @koutselakis_m

05/05/2019 at 08:14PM

45
#>617 - Manos Koutselakis / @koutselakis_m

05/05/2019 at 08:16PM

53
#>623 - Manos Koutselakis / @koutselakis_m

05/05/2019 at 08:31PM