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 4d28637c4bcd032f1c00003d

Reformat long lines

Rearrange this ruby method call to put each parameter on its own line. Could become a useful macro.

Start file
def default_i18n_subject
  mailer_scope
= self.class.mailer_name.gsub('/', '.')
  I18n
.t(:subject, :scope => [mailer_scope, action_name], :default => action_name.humanize)
end
End file
def default_i18n_subject
  mailer_scope
= self.class.mailer_name.gsub('/', '.')
  I18n
.t(:subject,
         
:scope => [mailer_scope, action_name],
         
:default => action_name.humanize)
end

View Diff

3c3,5
<   I18n.t(:subject, :scope => [mailer_scope, action_name], :default => action_name.humanize)
---
>   I18n.t(:subject,
>          :scope => [mailer_scope, action_name],
>          :default => action_name.humanize)

Solutions

The best way to learn is to practice. Below, you will find some of the solutions other golfers have entered. To unlock higher ranked solutions, submit your own entry which does as well or better than the solutions you can currently see - climb the ladder!

Check out these helpful resources to improve your Vim skills... Game on.

Unlock 134 remaining solutions by signing in and submitting your own entry
#135 Justin Choi / @Mcthecuber - Score: 50 - 07/01/24 @ 22:01
:%s/, :/,]\<BS>\r<BS><BS><BS>\r:/g<CR>i         <Esc>kI          <BS><Esc>ZZ

0 comments


Created by: @sermoa

135 active golfers, 361 entries

Leaderboard (lowest score wins):
24
#121 - Kylan Robinson / @kylan

01/09/2011 at 04:32PM

24
#122 - Kurinniy Alexander / @kurinniy

01/21/2011 at 02:49PM

24
#123 - Ravil Bayramgalin / @brainopia

02/12/2011 at 06:31PM

24
#124 - Mathias Bynens  / @mathias

04/08/2011 at 08:13AM

24
#125 - Bryan Kendall / @bkendall

06/02/2011 at 03:09PM

24
#126 - johan wester / @wester87

11/12/2011 at 07:09PM

24
#127 - Ivo Dancet / @caifara

12/04/2011 at 07:32PM

24
#128 - BlurredWeasel / @BlurredWeasel

02/14/2012 at 05:56AM

24
#129 - Ben Friedland / @bfriedland174

05/21/2012 at 07:33AM

24
#130 - Brando / @brandonce

02/06/2025 at 09:33AM

25
#131 - conor / @omgconor

02/28/2011 at 11:47PM

25
#132 - Gurukandhamoorthi / @Gurukandhamoor1

08/22/2017 at 03:52PM

26
#133 - vg / @vg53210350

10/29/2018 at 04:13AM

27
#134 - RockerZZY / @rocker_zzy

07/02/2020 at 01:16PM

50
#135 - Justin Choi / @Mcthecuber

07/01/2024 at 10:01PM