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):
15
#31 - nickGPT / @nickandbro

08/28/2024 at 11:18PM

16
#32 - Johan Sveholm / @rymdtjuren

06/30/2011 at 05:40AM

16
#33 - xaizek / @xaizek

07/17/2011 at 04:10PM

16
#34 - Peter Anselmo / @peter_anselmo

03/08/2012 at 03:30PM

16
#35 - Frank Twitting / @knarfben

07/14/2012 at 11:29PM

16
#36 - Sebastian Korten / @FlashKorten

07/21/2012 at 02:54PM

16
#37 - churaki / @churaki

02/06/2019 at 09:03AM

16
#38 - vladanscy / @vladanscy

02/24/2023 at 05:54PM

17
#39 - h_east (トロッコ6個) / @h_east

01/08/2011 at 01:45PM

17
#40 - Matthew Draper / @_matthewd

01/08/2011 at 01:48PM

17
#41 - Henrik Nyh / @henrik

01/08/2011 at 01:49PM

17
#42 - Ujjwol Lamichhane / @Ujjwol

01/08/2011 at 02:33PM

17
#43 - Tim Chase / @gumnos

01/08/2011 at 03:08PM

17
#44 - Balkoth / @_Balkoth_

01/08/2011 at 03:39PM

17
#45 - Douglas Stockwell / @dstockwell

01/08/2011 at 06:01PM

17
#46 - Pete Johns / @johnsyweb

01/08/2011 at 08:57PM

17
#47 - Soliman Sylvain / @sylvain_soliman

01/08/2011 at 10:09PM

17
#48 - AD / @golferTest101

01/08/2011 at 10:14PM

17
#49 - Utkarsh Kukreti / @utkarshkukreti

01/09/2011 at 12:13AM

17
#50 - Francisco Dibar / @frandibar

01/09/2011 at 01:58AM

17
#51 - derp derp / @derp__

01/09/2011 at 03:21AM

17
#52 - Steve Morrow / @yawmark

01/10/2011 at 03:09AM

17
#53 - Aaron Bull Schaefer / @elasticdog

01/11/2011 at 06:34PM

17
#54 - Remigijus (ReekenX) / @reekenx

01/12/2011 at 01:15PM

17
#55 - SirVer / @SirVerII

01/23/2011 at 12:17AM

17
#56 - vg / @vimgolfer

01/27/2011 at 11:56AM

17
#57 - Sergey Doroshenko / @dorserg

03/09/2011 at 08:31AM

17
#58 - Wyciorr / @wyciorr

04/14/2011 at 11:51AM

17
#59 - Dragan Cvetinovic / @kawkafi

04/20/2011 at 11:19PM

17
#60 - Andrew Nordman / @Cadwallion

05/29/2011 at 04:14AM