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

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

630 active golfers, 2125 entries

Solutions by @bornintheflames:
15
#114 - Remus Dalrymple / @bornintheflames

05/04/2017 at 10:10AM

16
#>214 - Remus Dalrymple / @bornintheflames

05/04/2017 at 10:09AM

17
#>253 - Remus Dalrymple / @bornintheflames

05/04/2017 at 10:05AM

18
#>297 - Remus Dalrymple / @bornintheflames

05/04/2017 at 10:00AM

19
#>337 - Remus Dalrymple / @bornintheflames

05/04/2017 at 09:59AM

47
#>618 - Remus Dalrymple / @bornintheflames

12/25/2023 at 10:02PM

69
#>625 - Remus Dalrymple / @bornintheflames

12/25/2023 at 10:00PM

89
#>629 - Remus Dalrymple / @bornintheflames

12/25/2023 at 09:55PM