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):
15
#271 - Eric Potter / @pottereric

12/20/2013 at 07:32PM

15
#272 - Jérémy Autran / @jjautran

01/29/2014 at 05:38PM

15
#273 - João Paiva / @jgpaiva

01/31/2014 at 06:26PM

15
#274 - Phil Pirozhkov / @philpirj

05/17/2014 at 01:19PM

15
#275 - Sntano Euhsk / @SEuhsk

06/06/2014 at 06:16PM

15
#276 - Ram Tamtam / @ramtamtamtam

06/30/2014 at 11:59AM

15
#277 - Herr Oppermann / @HerrOppermann

09/18/2014 at 01:50PM

15
#278 - David Daniel / @davedan7

03/20/2015 at 05:18PM

15
#279 - Jeffrey Gu / @Jeffrey_Gu

03/20/2015 at 05:19PM

15
#280 - Hendrik Lammers / @hendriklammers

06/24/2015 at 05:42PM

15
#281 - Andrew Michaud / @andrewjmichaud

02/08/2016 at 09:59AM

15
#282 - mattp (part of the 💉💉💉 club) / @mattpep

05/19/2016 at 08:39PM

15
#283 - Michał Dytko / @DytkoM

12/28/2016 at 09:44AM

15
#284 - Harish / @itzharish_c

05/12/2020 at 10:27AM

15
#285 - Gabriele / @lazygeb

08/03/2022 at 06:55PM

16
#286 - Vincent Isambart / @vincentisambart

12/31/2010 at 10:38PM

16
#287 - Ryan Elmquist / @relmquist

01/01/2011 at 02:41AM

16
#288 - 藤田祥 / Sho Fujita / @fujisho

01/02/2011 at 07:35AM

16
#289 - Gael / @darkael2

01/09/2011 at 01:29PM

16
#290 - Toto l'haricot / @nico_le_terribl

01/09/2011 at 11:20PM

16
#291 - Jeff Sacks / @jeff_sacks

04/09/2011 at 08:43PM

16
#292 - Norbert Wójtowicz / @pithyless

05/19/2012 at 01:24PM

16
#293 - Pedro Franceschi / @pedroh96

02/07/2013 at 03:11AM

16
#294 - A / @Tower_1980

07/29/2013 at 02:00PM

16
#295 - A. N. / @arez42

10/24/2013 at 10:42AM

16
#296 - Mathieu Larouche / @matdube

11/19/2013 at 01:08PM

16
#297 - jptomoya / @_jptomoya

10/18/2014 at 12:59PM

16
#298 - Konr Larson / @larsonkonr

03/20/2015 at 05:22PM

16
#299 - Gerald Tilma / @GeraldTilma

10/21/2015 at 01:59AM

16
#300 - C. de M. / @gilles_gambier

02/15/2016 at 12:07AM