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 756 remaining solutions by signing in and submitting your own entry
#757 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

757 active golfers, 2372 entries

Leaderboard (lowest score wins):
13
#271 - Blake Raymond / @bit-ray

07/09/2024 at 07:06AM

13
#272 - Hector Bjernersjö / @HectorBjernersjo

07/10/2024 at 03:47PM

13
#273 - nickGPT / @nickandbro

08/28/2024 at 05:48PM

13
#274 - Peter Wang / @omgitsabackup

01/29/2025 at 04:30AM

13
#275 - Leon Kacowicz / @leonkacowicz

05/06/2025 at 02:16AM

14
#276 - Kai Yuan / @kentyuan

05/09/2014 at 04:48PM

14
#277 - Carlos López / @morrizon

05/09/2014 at 07:21PM

14
#278 - Arthur叔 / @Arthurljg

05/10/2014 at 04:32AM

14
#279 - RobertT / @techrt2050

05/11/2014 at 05:08AM

14
#280 - Richard Veneracion / @rveneracion

05/11/2014 at 07:22AM

14
#281 - Bambu / @bambumandinga

05/11/2014 at 08:05PM

14
#282 - nikola chochkov / @gooodini

05/14/2014 at 09:47AM

14
#283 - 3X4n5 / @3X4n5

05/15/2014 at 01:48PM

14
#284 - Dave C / @dmlc133

05/15/2014 at 03:11PM

14
#285 - ところたん / @tokoro10g

05/19/2014 at 01:43AM

14
#286 - たかきの / @srtkmsw

05/22/2014 at 09:47AM

14
#287 - Grigoriy Alexeev / @GrigoriyAlexeev

05/24/2014 at 12:34PM

14
#288 - vansan / @VinceVansan

06/02/2014 at 09:16PM

14
#289 - Steffen Siering / @ursobln

06/02/2014 at 11:06PM

14
#290 - Emil Soman / @emilsoman

06/05/2014 at 10:12PM

14
#291 - kwa / @kwa129

06/14/2014 at 07:57AM

14
#292 - Crazy Wizdom / @crazywizdom

06/23/2014 at 09:00PM

14
#293 - ドラゴン井門 / @ido_mazine

06/25/2014 at 08:01AM

14
#294 - James Scriven / @JamesDScriven

07/06/2014 at 01:42PM

14
#295 - Jaron R. Hendrix / @Ronamo

07/08/2014 at 05:27PM

14
#296 - Laura Halla / @laura_halla

07/08/2014 at 08:30PM

14
#297 - Remi Bernotavicius / @bobbobbio

07/18/2014 at 03:13AM

14
#298 - Pete Johns / @johnsyweb

07/20/2014 at 02:36AM

14
#299 - Joey Twiddle / @joeytwiddle

07/20/2014 at 07:12PM

14
#300 - Leon Moll / @MeonLoll

07/21/2014 at 12:24PM