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

Ruby 1.9 hashes

Rubyists talk about being cutting edge but how many are using 1.9 in production? Time to convert those verbose 1.8 hashes in to symbolic, succinct 1.9 beauties!

Start file
{
 
:a => 1,
 
:b => 2,
 
:c => 3
}
End file
{
  a
: 1,
  b
: 2,
  c
: 3
}

View Diff

2,4c2,4
<   :a => 1,
<   :b => 2,
<   :c => 3
---
>   a: 1,
>   b: 2,
>   c: 3

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 406 remaining solutions by signing in and submitting your own entry
#407 Ed Gibbs / @edward_gibbs - Score: 39 - 10/05/11 @ 15:59
:%s/\s=>//g<CR>x<Up>x<Up>x<Right>:<BS>i:<Down><Left>i:<BS><BS>:<Down><Left>:<Esc>:w<CR>:q<CR>

0 comments


Created by: @jamesconroyfinn

407 active golfers, 1249 entries

Leaderboard (lowest score wins):
17
#331 - Shunichi Kanade / @shunkana

12/15/2018 at 01:22PM

18
#332 - Isac Sacchi e Souza / @isacssouza

12/31/2010 at 10:43PM

18
#333 - Simon Jefford / @simonj

01/01/2011 at 11:25AM

18
#334 - okay zed / @okayzed

01/03/2011 at 03:59PM

18
#335 - Vladimir Parfinenko / @cypok

01/19/2011 at 05:07AM

18
#336 - Jon Allured / @jonallured

09/14/2011 at 01:50AM

18
#337 - Benjamin Sullivan / @benjaminsull

12/06/2011 at 03:26PM

18
#338 - Daniel Harrington / @rubiii

12/10/2011 at 08:26PM

18
#339 - vansan / @VinceVansan

08/21/2012 at 09:12PM

18
#340 - Tyler J. Kuhn / @blackwatertepes

08/27/2012 at 04:44PM

18
#341 - Domon / @Domon

09/11/2012 at 09:52AM

18
#342 - Vim London / @VimLondon

11/27/2012 at 09:20PM

18
#343 - Woojung Kim 김우중 / @_kimwz

07/15/2013 at 05:16AM

18
#344 - Fontaine Kévin / @DotSlash974

11/16/2013 at 06:57PM

18
#345 - Almog / @almog

05/07/2014 at 12:54PM

18
#346 - Kristijan Husak / @kristijan_husak

02/03/2015 at 08:39AM

18
#347 - Zuzana Dostalova / @Jocinka

03/14/2015 at 03:09PM

18
#348 - William Ott / @oddalot

04/11/2015 at 02:29PM

18
#349 - ltn614 / @ltn614

09/21/2015 at 07:40AM

18
#350 - Etienne Tremel / @etiennetremel

02/07/2016 at 09:09PM

18
#351 - Gurukandhamoorthi / @Gurukandhamoor1

07/13/2017 at 12:12PM

18
#352 - Liam Chimes / @ChimesLiam

05/02/2018 at 01:41PM

18
#353 - Brando / @brandonce

02/04/2025 at 07:29AM

19
#354 - Kornél Lugosi / @Coornail

01/08/2011 at 10:33AM

19
#355 - codegourmet / @codegourmet

10/02/2013 at 12:40PM

19
#356 - Patrick Pitoscia / @Patrick03960431

08/10/2014 at 04:20AM

19
#357 - z0c / @zerocabal

06/12/2018 at 08:59AM

20
#358 - libicocco / @libicocco

12/31/2010 at 07:37PM

20
#359 - El Jacko / @mrjackinc

01/02/2011 at 05:21AM

20
#360 - n / @kivran

01/03/2011 at 03:52PM