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):
21
#91 - Thomas Schönwälder / @Masei1988

01/11/2011 at 11:02PM

21
#92 - Tien Le / @tienlex

01/12/2011 at 02:37PM

21
#93 - Eric Weikl / @ericweikl

01/16/2011 at 09:41PM

21
#94 - Andrey A. Ugolnik / @andreyugolnik

01/19/2011 at 05:11PM

21
#95 - Dezső Zoltán / @zakiazigazi

01/22/2011 at 10:33AM

21
#96 - Tact Overflow / @muppling

02/07/2011 at 07:51PM

21
#97 - Nomen Nescio / @vadtusan

04/13/2011 at 10:04PM

21
#98 - Piotr Ślatała / @pslapsla

04/25/2011 at 03:13PM

21
#99 - Pan Thomakos / @panthomakos

04/27/2011 at 03:42PM

21
#100 - Lauri Tirkkonen / @lotheac

07/01/2011 at 08:37PM

21
#101 - William Dunand / @wdunand

11/15/2011 at 08:45AM

21
#102 - Christopher Brew / @Seph1rothVII

01/12/2012 at 01:01AM

21
#103 - Ashley Feniello / @AshleyFen

01/29/2012 at 07:27AM

21
#104 - James Freed / @JamesTFreed

02/03/2012 at 01:16AM

21
#105 - JonLz / @LzJon

12/26/2012 at 07:35PM

21
#106 - zmf_tim / @zmf_tim

07/25/2013 at 01:18PM

21
#107 - Sylvain Dangin / @Sylvaner03

02/24/2021 at 08:43PM

22
#108 - Shrikant Sharat / @sharat87

01/08/2011 at 01:55PM

22
#109 - Victor Vaile / @victorv4_

01/08/2011 at 11:54PM

22
#110 - Nico / @nicou

01/20/2011 at 11:58PM

22
#111 - bestform / @bestform

02/06/2011 at 03:02PM

22
#112 - Cameron Fowler / @camfowler

02/13/2013 at 04:33AM

22
#113 - pikaren / @REALpikaren

01/23/2014 at 12:52PM

22
#114 - James / @Dronak

09/18/2014 at 08:41PM

23
#115 - Brian Buckley / @bbuckley

01/08/2011 at 02:48PM

23
#116 - Dj Vimgolf / @dj_vimgolf

12/31/2011 at 02:13PM

23
#117 - じょんあば / @john_ababa

02/26/2012 at 08:09AM

23
#118 - Arto Vuori / @dhpe

09/01/2012 at 05:41PM

23
#119 - ltn614 / @ltn614

10/03/2015 at 01:37PM

24
#120 - Clive Evans / @swish_bob

01/08/2011 at 05:08PM