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
#61 - Pepe / @GomTvIneluki

08/15/2014 at 10:32PM

9
#62 - Cory Knapp / @coryknapp

08/18/2014 at 04:32AM

9
#63 - Harald H / @metellius

08/20/2014 at 09:55AM

9
#64 - AC / @quadface

08/21/2014 at 02:46PM

9
#65 - Bill Booth / @ohiopyle

08/27/2014 at 07:23AM

9
#66 - @hauleth@hauleth.dev / @hauleth

09/02/2014 at 10:12PM

9
#67 - Justin Knag / @justinknag

09/03/2014 at 04:14PM

9
#68 - Dario Avitabile / @tutticapaci

09/03/2014 at 09:27PM

9
#69 - George C Tsiagalakis / @gts_tw

09/05/2014 at 01:34PM

9
#70 - Kristof / @kristofv

09/08/2014 at 10:42AM

9
#71 - Carlos Solares / @cas

09/08/2014 at 03:24PM

9
#72 - Jeff / @just_geophree

09/13/2014 at 08:42PM

9
#73 - Prasanna N / @SupertrampPras

09/19/2014 at 10:29AM

9
#74 - Eric Kever / @codeoverlode

09/30/2014 at 03:56AM

9
#75 - Jan Sedivy / @jan_sedivy

09/30/2014 at 09:58AM

9
#76 - Violette Vanadium / @ViolettVanadium

10/08/2014 at 02:50PM

9
#77 - Jose Gutierrez / @Jogusa

10/11/2014 at 02:21PM

9
#78 - George Crabtree / @supercrabtree

10/17/2014 at 10:09PM

9
#79 - jptomoya / @_jptomoya

10/18/2014 at 10:27AM

9
#80 - eBrnd / @eBrnd

11/02/2014 at 09:20PM

9
#81 - Mauro Persano / @fzort

11/22/2014 at 03:02PM

9
#82 - Rasmus P / @rasmup

11/30/2014 at 02:19PM

9
#83 - Elizabeth / @sprinkles418

12/19/2014 at 12:58AM

9
#84 - r. / @rmarvie

12/19/2014 at 10:20PM

9
#85 - Alvin Samuelsson / @Avaconde

12/27/2014 at 06:35PM

9
#86 - Jake Eskel / @JakeEskel

01/07/2015 at 03:36AM

9
#87 - Carlos A Henríquez Q / @lagunex

01/18/2015 at 03:49PM

9
#88 - Cody Reichert / @CodyReichert

01/19/2015 at 04:41AM

9
#89 - SilentFl / @Silent_Fl

01/27/2015 at 03:34PM

9
#90 - uɐɥlnƃ uɐɯɹǝ / @egulhan

03/15/2015 at 05:38PM