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):
20
#361 - Pablo Villalba / @micho

01/09/2011 at 03:02PM

20
#362 - Duff OMelia / @duffomelia

04/18/2011 at 10:40AM

20
#363 - IPhone Notiz / @MyIPhoneNotes

11/10/2011 at 04:57PM

20
#364 - Joe Nerdan / @JoeNerdan

12/19/2011 at 10:58PM

20
#365 - matthew / @mdespuits

02/02/2012 at 07:29PM

20
#366 - Lily / @lilibethdlc

03/06/2012 at 03:41AM

20
#367 - Axl Waii / @axlwaii

09/07/2012 at 06:49AM

20
#368 - Andy L / @akleak

10/16/2012 at 01:08PM

20
#369 - Aaron Tinio / @aptinio

10/24/2012 at 02:09PM

20
#370 - Adam Licht / @aal85255

10/22/2013 at 03:42AM

20
#371 - André Branco / @avbranco

08/30/2014 at 08:16PM

20
#372 - Jurica / @Jurica34581259

11/19/2018 at 08:37PM

20
#373 - Michael / @thscuriousquest

09/05/2021 at 02:48PM

20
#374 - mveraart / @mveraart

11/18/2023 at 07:03PM

20
#375 - Yash Kulshrestha / @YashdalfTheGray

04/13/2024 at 08:56PM

21
#376 - larsd / @larsd

12/31/2010 at 08:47PM

21
#377 - neleai / @enlaei

12/31/2010 at 10:10PM

21
#378 - Guillaume Bonnoron / @gbonnoron

12/31/2010 at 10:48PM

21
#379 - garygordon / @garygordon

01/02/2011 at 03:09PM

21
#380 - Dj Vimgolf / @dj_vimgolf

01/14/2012 at 05:46PM

21
#381 - Christopher Brew / @Seph1rothVII

01/17/2012 at 10:26PM

21
#382 - Nathaniel Barnes / @NathanielBarnes

06/21/2012 at 05:48AM

21
#383 - CHIP CASTLE / @chipcastle

12/27/2013 at 04:50AM

21
#384 - matti jauhiainen / @GmTapio

01/28/2014 at 09:19PM

22
#385 - Daniel Grippi / @danielgrippi

12/31/2010 at 07:36PM

22
#386 - Gonzih / @Gonzih

03/24/2011 at 03:08PM

22
#387 - Jyun-Fan Tsai / @fakecolor

02/11/2012 at 01:00AM

23
#388 - Siripong Boonchaiya / @siripong

01/01/2011 at 03:31AM

23
#389 - kārlis / @skazhy

01/03/2011 at 10:48AM

23
#390 - Brian / @bglusman

02/06/2012 at 02:39PM