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 59384eb3652ee111a0000001

From argument to object

This task typifies those programmers endure while coding. This C-family pseudocode needs a function argument to be repurposed as an object call. Simply search and replace? Repeat a pattern of edits?

Start file
organize(cupboard, 3, 2);
prioritize(bureau, 8, 7);
realize(bannister, 4, 4);
moralize(railing, 3,9);
End file
cupboard.organize(3, 2);
bureau.prioritize(8, 7);
bannister.realize(4, 4);
railing.moralize(3,9);

View Diff

1,4c1,4
< organize(cupboard, 3, 2);
< prioritize(bureau, 8, 7);
< realize(bannister, 4, 4);
< moralize(railing, 3,9);
---
> cupboard.organize(3, 2);
> bureau.prioritize(8, 7);
> bannister.realize(4, 4);
> railing.moralize(3,9);

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 454 remaining solutions by signing in and submitting your own entry
#455 William Dankspeare / @will_dankspeare - Score: 81 - 06/29/17 @ 17:31
c2w<Esc>ux2w<Esc>uwwdwxx0P<Esc>uuuu0d2w<Esc>uww10x0Pvhc.<Esc><Esc>jww8x0Pvhc.<Esc>jww11x0Pvhc.<Esc>j9x0Pvhc.<Esc>:wq<CR>

0 comments


Created by: @toddagibson

455 active golfers, 1503 entries

Leaderboard (lowest score wins):
22
#391 - amal / @cdsudama

04/12/2018 at 02:38AM

22
#392 - nomsayin / @nomsayin

04/16/2018 at 03:25AM

22
#393 - zenwalker / @zenwalker93

03/10/2019 at 04:41PM

22
#394 - 2xRon / @2cdotRon

05/15/2019 at 02:07AM

22
#395 - Chris G / @AboutThatThing

06/12/2019 at 03:22PM

22
#396 - Aioriya / @AioriyaDonk

08/28/2019 at 03:19AM

22
#397 - Aaron / @_Lordofthevoid_

11/30/2019 at 04:35PM

22
#398 - kafang plays vimgolf / @KafangV

12/18/2020 at 04:04AM

23
#399 - Ara Hacopian / @ahacop

06/07/2017 at 08:58PM

23
#400 - Ayman Farhat / @aymanfarhat

06/09/2017 at 09:25AM

23
#401 - Patrick Sanan / @patricksanan

06/13/2017 at 01:48PM

23
#402 - samullman / @samullman

06/20/2017 at 07:07AM

23
#403 - Stop and think / @ms_uncountable

07/07/2017 at 02:51PM

23
#404 - Brony PlusOne / @BronyPlusOne

08/04/2017 at 11:29PM

23
#405 - dadav 🥀 / @__dadav__

08/14/2017 at 08:02PM

23
#406 - Daniel de Vries / @devries_d

02/12/2018 at 03:55PM

23
#407 - Владислав / @papa_gusserl

08/08/2018 at 05:11PM

23
#408 - etwyniel / @etwyniel

12/31/2018 at 05:26PM

23
#409 - Daniel Latzer / @tournqat

12/19/2019 at 02:31PM

23
#410 - JimmyGymglish / @JGymglish

01/14/2020 at 02:52PM

23
#411 - Austin Willliams / @GuitarMusash616

11/14/2022 at 03:57AM

24
#412 - Adam Bozanich / @abozanich

06/08/2017 at 01:24AM

24
#413 - Meriadec Pillet / @loomisBroom

06/18/2017 at 05:03PM

24
#414 - Lukas Galke / @_lpag

06/25/2017 at 10:03PM

25
#415 - korneev alexey / @kornei4

06/08/2017 at 08:40AM

25
#416 - Sébastien Canart / @kokotchY

10/28/2017 at 09:10AM

25
#417 - Dmitry Ilyin / @widgetii

05/05/2018 at 08:05PM

25
#418 - prince ducaca / @prince_du_caca

09/29/2018 at 03:06PM

25
#419 - Yassine Deghaies / @MDeghaies

08/14/2021 at 01:27PM

26
#420 - Arch Menzies / @ArchMenzies

06/14/2017 at 03:47PM