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 53cee5e1c5f4b4000208b285

Change name of a variable

Replace the name of the $variable with the fastest move possible. The challenge is having a command that allow you to easily change the variable name even if its indented.

Start file
var $oki = "value";
End file
var $hl = "value";

View Diff

1c1
< var $oki = "value";
---
> var $hl = "value";

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 136 remaining solutions by signing in and submitting your own entry
#137 luffy / @raxcoi - Score: 20 - 07/30/14 @ 10:45
:s/\$oki/\$hl/g<CR>:wq<CR>

0 comments


Created by: @patricknegri

137 active golfers, 179 entries

Leaderboard (lowest score wins):
9
#91 - Adrien Fabre / @statox42

06/04/2015 at 08:13PM

9
#92 - Douglas Detoni / @douglas_detoni

06/22/2015 at 12:52PM

9
#93 - Kiet Nguyen / @kietnguyen86

09/29/2015 at 02:53PM

9
#94 - James Potter / @JJPotterkowski

10/31/2015 at 10:40PM

9
#95 - Walker Boh / @walker_boh

11/18/2015 at 09:30AM

9
#96 - Jon Krause / @jkrause314

01/14/2016 at 05:53PM

9
#97 - Ralf Haffa / @fatslo

02/27/2016 at 11:12PM

9
#98 - Yahyalexandre33 / @yahyalexandre33

03/17/2016 at 11:15AM

9
#99 - George Angelopoulos / @g_usermod

08/05/2016 at 02:47PM

9
#100 - Peter Brynza / @v3_1

08/28/2016 at 08:09PM

9
#101 - Edouard Piette / @EdPiette

05/30/2017 at 11:54AM

9
#102 - Gurukandhamoorthi / @Gurukandhamoor1

08/24/2017 at 03:55PM

9
#103 - Turkey Man / @lvturkeyman

12/07/2017 at 10:14AM

9
#104 - Austin Ware / @AustinWare17

03/13/2018 at 04:55AM

9
#105 - Jaakko Hannikainen / @jgke_

09/26/2018 at 11:18AM

9
#106 - Timo Mihaljov / @noidi

09/28/2018 at 06:07PM

9
#107 - Brent Woo / @BrentPWoo

10/01/2018 at 09:14PM

9
#108 - Not real / @Notreal70353016

10/02/2018 at 07:51PM

9
#109 - (っ=﹏=c) .。o○ / @itchyny

04/22/2019 at 08:39AM

9
#110 - james_bunch / @james_bunch

05/10/2019 at 02:57AM

9
#111 - albalitz / @_albalitz

07/01/2019 at 10:36AM

9
#112 - RockerZZY / @rocker_zzy

06/01/2020 at 04:03PM

9
#113 - Bob Streams / @BobStreams1

06/02/2020 at 03:38PM

9
#114 - Golf Gopher / @GolfGopher3

08/17/2020 at 05:04PM

9
#115 - Zach Kirby / @zkirby2020

08/21/2020 at 10:47PM

9
#116 - Jake Grossman / @PiranaLaugh

11/13/2020 at 03:45PM

9
#117 - roudens / @roudens2

02/07/2021 at 09:52AM

9
#118 - Rory Smith / @alan0buchanan

09/14/2021 at 12:01AM

9
#119 - Alira / @Alira_1

12/21/2021 at 05:03PM

9
#120 - russellzhaomao / @russellzhaomao

06/13/2022 at 04:55AM