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

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

635 active golfers, 2154 entries

Solutions by @flimsy_giraffe:
18
#312 - Flimsy Giraffe / @flimsy_giraffe

11/28/2021 at 05:41PM

19
#>354 - Flimsy Giraffe / @flimsy_giraffe

10/05/2023 at 06:13PM

22
#>471 - Flimsy Giraffe / @flimsy_giraffe

11/28/2021 at 05:39PM

23
#>497 - Flimsy Giraffe / @flimsy_giraffe

10/05/2023 at 06:11PM

25
#>536 - Flimsy Giraffe / @flimsy_giraffe

10/05/2023 at 06:10PM