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 536cfa23fcccd100025678bd

Extract argument from function

The aim is to see if you can do some refactoring very fast.

Start file
attr("y",function(v){return v})
End file
f=function(v){return v};
attr("y",f)

View Diff

1c1,2
< attr("y",function(v){return v})
---
> f=function(v){return v};
> attr("y",f)

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 754 remaining solutions by signing in and submitting your own entry
#755 BitLad / @BitLad - Score: 30 - 01/31/18 @ 18:37
veeeexo<Esc>paf)<Esc>kIf=<Esc>A;<Esc>hx:w<CR>:wq<CR>

0 comments


Created by: @EdgarHipp

755 active golfers, 2364 entries

Leaderboard (lowest score wins):
16
#511 - Thomas Geßler / @th_gessler

11/17/2014 at 09:10PM

16
#512 - Jan Novak / @odpadnimail

11/19/2014 at 04:07AM

16
#513 - Andy Tockman / @atckmn

11/22/2014 at 02:12PM

16
#514 - Rao Zvorovski / @RaoZvorovski

12/06/2014 at 07:04PM

16
#515 - Pierre Houssin / @PierreHoussin

12/16/2014 at 08:52PM

16
#516 - SilentFl / @Silent_Fl

01/27/2015 at 07:56AM

16
#517 - Steven Loria / @sloria1

02/15/2015 at 12:09AM

16
#518 - Javier Carpio / @SaxKazein

02/27/2015 at 01:00PM

16
#519 - Kiet Nguyen / @kietnguyen86

03/04/2015 at 10:35AM

16
#520 - Chad / @__chad__

04/15/2015 at 07:45PM

16
#521 - Salar Khan / @salarkhan_

04/29/2015 at 12:42AM

16
#522 - Marc Coquand / @MarcCoquand

05/28/2015 at 11:12PM

16
#523 - Eduardo Antunes / @ecsousa

06/11/2015 at 09:31PM

16
#524 - Adrian Krehl / @akrehl

06/29/2015 at 05:32PM

16
#525 - Teemu Okkonen / @TeemuOkkonen

07/09/2015 at 06:41PM

16
#526 - Brian Besmanoff / @BrianBesmanoff

08/06/2015 at 05:14AM

16
#527 - Alain / @ducouloa

11/30/2015 at 08:52AM

16
#528 - Holden Lewis / @lonnez90

12/09/2015 at 10:51PM

16
#529 - Izabel Jelenić / @IzabelJelenic

12/25/2015 at 11:00PM

16
#530 - Bingyunx / @bingyunx

12/28/2015 at 11:21AM

16
#531 - Markus Bohl / @bohl_markus

02/26/2016 at 02:12PM

16
#532 - Pablo R. Dinella / @pablordinella

06/11/2016 at 02:43PM

16
#533 - Pablo Cobelli / @pablocobelli

06/21/2016 at 03:46AM

16
#534 - BlackCap / @BlackCapCoder

11/23/2016 at 06:09PM

16
#535 - Alexander Gryson / @agryson

05/04/2017 at 08:34PM

16
#536 - Gurukandhamoorthi / @Gurukandhamoor1

07/10/2017 at 01:39PM

16
#537 - Saul Hardman / @saulhardman

08/10/2017 at 08:53AM

16
#538 - Jonathan Ambrose / @jambrose78

06/13/2018 at 08:37PM

16
#539 - 村橋究理基M.Kuriki@北大 / @mkuriki_

08/11/2018 at 12:00PM

16
#540 - Hugo / @szeyattai

08/17/2018 at 08:08AM