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
#121 - Alex / @AlexanderHeatl2

07/08/2022 at 08:54PM

9
#122 - Jean George / @JeanGeo20504212

08/02/2022 at 06:14PM

9
#123 - Janzen / @__Coos

09/29/2022 at 04:46AM

9
#124 - James Marshall / @astrophd

10/13/2022 at 10:22PM

9
#125 - vimgolfaccfekxh / @vimgolfaccfekxh

10/30/2022 at 10:26PM

9
#126 - Jakob Föger / @drvolcano86

02/17/2023 at 02:12PM

9
#127 - Olivier Bégassat / @zk_evm

06/15/2023 at 11:34AM

9
#128 - Don'tBeAlarmed / @DontBeAlarmed

05/31/2024 at 08:41AM

9
#129 - Peppa Pig / @PeppaPigSg

06/08/2024 at 08:36AM

9
#130 - Luis Fernando Rodríguez Vargas / @LuisFerRodVar

06/25/2024 at 08:06PM

9
#131 - nickGPT / @nickandbro

08/28/2024 at 05:36PM

10
#132 - Ravi S Sinha / @ambidextrousTx

07/23/2014 at 02:11AM

11
#133 - Alexandre Ignjatovic / @bankair

07/23/2014 at 05:56AM

11
#134 - Giacomo Sansone / @pcineverdies

06/25/2024 at 03:49PM

14
#135 - Pompo Stenberg / @pompost

09/28/2018 at 06:07PM

18
#136 - Suhail Patel / @suhailpatel

10/13/2014 at 09:03PM

20
#137 - luffy / @raxcoi

07/30/2014 at 10:45AM