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):
17
#631 - Prithviraj Patil / @dummyprithviraj

12/03/2017 at 04:21PM

17
#632 - Di Peng / @DCodier

11/01/2018 at 10:30PM

17
#633 - Ng Sek Long / @NgSekLong

02/09/2019 at 05:00PM

17
#634 - MGJoe93 / @mgjoe93

03/03/2019 at 06:09PM

17
#635 - Mike C / @StrixVariaXIX

04/22/2019 at 04:14PM

17
#636 - Michael Meixner / @meixner62

01/23/2020 at 04:59PM

17
#637 - Rustem B. / @_rustemb

07/31/2020 at 02:04PM

17
#638 - abhijeet patil / @abhijeetptl5

09/03/2020 at 04:33AM

17
#639 - Olivier Bégassat / @zk_evm

06/15/2023 at 12:04PM

17
#640 - Thermospore / @Thermospore

05/20/2024 at 11:50AM

18
#641 - Benjamin Williams / @benjaminjosephw

05/09/2014 at 04:24PM

18
#642 - Łukasz Makuch / @zopsesen

05/18/2014 at 03:47PM

18
#643 - debris / @iDebris5

05/18/2014 at 03:51PM

18
#644 - tobeportable / @tobeportable

05/22/2014 at 02:52PM

18
#645 - Ilya Strukov / @i1ey

05/23/2014 at 11:42AM

18
#646 - TimWolla / @TimWolla

06/02/2014 at 11:06PM

18
#647 - Nelson Senna / @nelson_senna

06/03/2014 at 03:21PM

18
#648 - Mayor Guelph / @RogerGuelph

06/11/2014 at 02:03AM

18
#649 - Martijn Theunissen / @Damnesia__

06/12/2014 at 11:37PM

18
#650 - uncleringo / @uncleringo

07/02/2014 at 08:34AM

18
#651 - madka / @lachrimae_pavan

08/03/2014 at 04:36PM

18
#652 - Adrian Bradd / @keepab

09/01/2014 at 12:16AM

18
#653 - Dario Avitabile / @tutticapaci

09/01/2014 at 01:30PM

18
#654 - Deepak Surti / @dmsurti

03/16/2015 at 02:38PM

18
#655 - Akash Bhardwaj / @akashbdj

03/25/2015 at 01:56PM

18
#656 - Ryan Marcotte / @ryanjmarcotte

11/13/2015 at 01:57AM

18
#657 - TaoChen / @632143592Tao

06/21/2016 at 09:56AM

18
#658 - sijinyuan / @sijinyuan

02/22/2017 at 02:17AM

18
#659 - C / @bravekarma

10/15/2017 at 07:37AM

18
#660 - Ron Alexssen / @Ralexhere

11/01/2017 at 07:52PM