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):
19
#271 - Joseph Barratt / @josuf107

06/07/2017 at 07:39PM

19
#272 - AleksandarTrifunovic / @akstrfn

06/07/2017 at 08:26PM

19
#273 - EQMac MGBs / @EQMacMGBs

06/07/2017 at 09:37PM

19
#274 - シカ / @pigaccel

06/08/2017 at 07:20AM

19
#275 - Andrey / @andreyrmg

06/08/2017 at 08:01AM

19
#276 - Colby Hamilton / @ColbyHamilton5

06/09/2017 at 07:40PM

19
#277 - Sebastian Korten / @FlashKorten

06/10/2017 at 11:37AM

19
#278 - Scott Mills / @smm1729

06/11/2017 at 03:24AM

19
#279 - Миша Сорокин / @rafmikovi4

06/15/2017 at 01:19PM

19
#280 - Chris Clement / @Null_is_Null

06/16/2017 at 07:42PM

19
#281 - Ian Isaac Emnace / @29forte95

06/19/2017 at 01:08PM

19
#282 - Michael Rees / @reesmichael1

06/22/2017 at 11:03PM

19
#283 - Brendan G / @Brendan314

06/27/2017 at 06:42PM

19
#284 - Anne Pacalet / @_Anne_P

07/07/2017 at 02:41PM

19
#285 - Rowan Tree / @RowanTr88447528

07/21/2017 at 07:53AM

19
#286 - Vedro / @Vedro03557622

07/27/2017 at 09:26PM

19
#287 - Igor Sowinski / @IgorSowinski

08/16/2017 at 07:13PM

19
#288 - SirVimGolf / @SirVimGolf

08/23/2017 at 10:32PM

19
#289 - Jason / @linlin110

08/24/2017 at 01:28AM

19
#290 - Octave Crespel / @OCrespel

08/27/2017 at 05:06PM

19
#291 - Adam Kożuch / @adamkozuch

08/31/2017 at 12:31PM

19
#292 - Alice Benign / @AliceBenign

09/08/2017 at 02:38AM

19
#293 - Graham Bates / @gigabates

09/17/2017 at 10:29PM

19
#294 - Christian Bauer / @Christi55765900

10/10/2017 at 04:04PM

19
#295 - popo5colo / @popo5colo1

10/31/2017 at 11:40AM

19
#296 - matthew brett / @matthewbrett

04/08/2018 at 09:19AM

19
#297 - Luke Lee / @luke0201

05/06/2018 at 05:09AM

19
#298 - Jonathan Camilleri / @Too_Many_Taken

05/24/2018 at 02:17PM

19
#299 - Jeff / @sir_wiggles3

09/08/2018 at 08:11PM

19
#300 - band / @band26376522

12/19/2018 at 08:19PM