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):
13
#241 - Vladimir Leskov / @vladimirlesk

11/24/2019 at 06:12PM

13
#242 - James Casey / @hanavi

12/21/2019 at 11:53PM

13
#243 - 임덕윤 / @SnLHUF5ZYJXqI1m

01/01/2020 at 05:21PM

13
#244 - Delon / @delonleonard

01/04/2020 at 01:21PM

13
#245 - Maxim / @alfa101

01/08/2020 at 03:49AM

13
#246 - countime / @countime1

03/13/2020 at 07:44AM

13
#247 - Ryan Nevius / @ryannevius

03/27/2020 at 05:23PM

13
#248 - Jason / @roosjason

05/14/2020 at 02:14PM

13
#249 - 于吉星 / @fishermryn

05/29/2020 at 02:41AM

13
#250 - Ming Dai / @MingDai2

07/01/2020 at 03:38PM

13
#251 - roudens / @roudens2

12/20/2020 at 03:52AM

13
#252 - Ray Dennis / @raysden

01/08/2021 at 09:31PM

13
#253 - Jung Yeon Park / @park_jungy

01/11/2021 at 04:28PM

13
#254 - A A A / @37fatos

01/16/2021 at 07:48PM

13
#255 - nedlog / @nedlog18

05/27/2021 at 06:39AM

13
#256 - Arya Kumar / @SusSquirrel

05/29/2021 at 03:56PM

13
#257 - lydxn / @lydxn1

07/29/2021 at 11:22PM

13
#258 - Flimsy Giraffe / @flimsy_giraffe

11/28/2021 at 05:38PM

13
#259 - Joshua Marple / @JoshuaMarple1

12/17/2021 at 05:17AM

13
#260 - Ofer Yehuda / @OferYehuda

02/24/2022 at 04:15PM

13
#261 - russellzhaomao / @russellzhaomao

05/26/2022 at 02:24AM

13
#262 - Alex / @AlexanderHeatl2

07/07/2022 at 11:49PM

13
#263 - Janzen / @__Coos

09/17/2022 at 02:27PM

13
#264 - Daksha Chatur / @DakshaChatur

09/26/2022 at 06:09AM

13
#265 - Saurabh / @saurabhDuzumaki

09/26/2022 at 08:12AM

13
#266 - Rohit Yadav / @yrohit250

09/26/2022 at 09:34PM

13
#267 - Omar Alawadhi / @OmarAla59544225

10/17/2022 at 09:10PM

13
#268 - Peppa Pig / @PeppaPigSg

04/08/2024 at 12:53AM

13
#269 - Don'tBeAlarmed / @DontBeAlarmed

05/31/2024 at 09:30AM

13
#270 - Petro Mudrievskyj / @petemud

07/02/2024 at 01:52AM