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):
16
#301 - Ayush Sachdeva / @ayush000

06/05/2017 at 07:45PM

16
#302 - Johannes Reuter / @johannes_reuter

02/10/2018 at 11:59AM

16
#303 - Micheal Wells / @michealwwells

08/03/2022 at 06:45PM

16
#304 - Brian Asiago / @TheBrianAsiago

08/03/2022 at 06:49PM

16
#305 - shahanavaz m / @shahanavazm

03/06/2024 at 04:38AM

17
#306 - kmymtksh / @kmymtksh

12/31/2010 at 08:12PM

17
#307 - Mariusz Ceier / @mceier

12/31/2010 at 08:27PM

17
#308 - pcapriotti / @pcapriotti

01/01/2011 at 06:26PM

17
#309 - davidnorth / @davidnorth

01/02/2011 at 01:16AM

17
#310 - Brian Buckley / @bbuckley

01/02/2011 at 09:28PM

17
#311 - Felipe Nakandakari / @fenak

01/04/2011 at 07:59PM

17
#312 - Adam Wagner / @awagner83

01/05/2011 at 06:09PM

17
#313 - Yarin Benado / @yarinb

01/06/2011 at 09:33PM

17
#314 - drio / @drio

01/11/2011 at 01:40PM

17
#315 - Jesper Kjeldgaard / @thejspr

03/02/2011 at 07:07AM

17
#316 - Ragunathan Pattabi / @rpattabi

05/04/2011 at 06:23AM

17
#317 - Peter Anselmo / @peter_anselmo

06/29/2011 at 07:50PM

17
#318 - Stephen Gordon / @DubsGordon

08/01/2011 at 11:40PM

17
#319 - jasper110 / @jasper110

09/22/2011 at 08:59AM

17
#320 - Burkhard Zimmermann / @BurkZimm

02/04/2012 at 10:52PM

17
#321 - Cody Veal / @cjhveal

02/05/2012 at 07:30PM

17
#322 - Javier Blanco / @jbgutierrez

02/09/2012 at 10:42PM

17
#323 - Arto Vuori / @dhpe

09/01/2012 at 06:14PM

17
#324 - Michael / @patheticpat

12/17/2012 at 09:31PM

17
#325 - Alex Castaño / @alexcasdel

07/11/2013 at 08:12PM

17
#326 - Peter Lustig / @LustigPeter42

07/29/2013 at 10:00PM

17
#327 - Oliver Christ / @0liverChrist

09/25/2013 at 10:01PM

17
#328 - Caleb Perkins / @tollbooth

01/29/2014 at 09:38AM

17
#329 - Tj / @yrddy

08/19/2014 at 06:31AM

17
#330 - Kiet Nguyen / @kietnguyen86

03/08/2015 at 08:14AM