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 4fc9d767d3a0d4000100000e

Append semicolon after expressions

Some lines need the semicolon, some don't.

Start file
var foo

var bar = myCoolStuff()

callRemote()

foo = callTheWorld()
End file
var foo;

var bar = myCoolStuff();

callRemote();

foo = callTheWorld();

View Diff

1c1
< var foo
---
> var foo;
3c3
< var bar = myCoolStuff()
---
> var bar = myCoolStuff();
5c5
< callRemote()
---
> callRemote();
7c7
< foo = callTheWorld()
---
> foo = callTheWorld();

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 418 remaining solutions by signing in and submitting your own entry
#419 Noel Alejandro / @noelrock333 - Score: 38 - 06/23/12 @ 00:08
:4<BS>%s.<BS>/s<BS>)/x<BS>no<BS><BS>/<BS>(<BS>);/<CR>1G7la;<Esc>:w<CR><C-W>q

0 comments


Created by: @laurilehmijoki

419 active golfers, 1056 entries

Leaderboard (lowest score wins):
12
#181 - Runar / @runarfu

01/11/2013 at 12:24PM

12
#182 - Trevor Powell / @DoomedBunnies

03/20/2013 at 02:05AM

12
#183 - Tyler / @tylerbindon

04/03/2013 at 07:33PM

12
#184 - Justin / @justinjaffray

04/28/2013 at 06:46PM

12
#185 - r00tine / @r00tine

05/01/2013 at 06:29PM

12
#186 - 张文远 / @zhwenyuan

05/20/2013 at 01:57PM

12
#187 - curist / @curist

07/09/2013 at 04:16AM

12
#188 - Aaron Bieber / @aaronbieber

07/16/2013 at 11:50PM

12
#189 - Roland Schatz / @fl_Overmind

07/18/2013 at 03:43PM

12
#190 - Nathan / @NathanHarperoni

08/08/2013 at 01:39PM

12
#191 - Bart of Denver / @bartofdenver

08/12/2013 at 03:30PM

12
#192 - Ed Zukowski / @dataoverflow

08/27/2013 at 04:25PM

12
#193 - Luis Visintini / @lvisintini

08/27/2013 at 06:51PM

12
#194 - Tim / @timwr

08/27/2013 at 07:10PM

12
#195 - Hachez Floran / @FloranHachez

09/03/2013 at 07:08PM

12
#196 - RobertT / @techrt2050

09/22/2013 at 05:10AM

12
#197 - newton / @newtonsmartt

10/15/2013 at 08:26PM

12
#198 - foo / @foo88832727

10/18/2013 at 04:00PM

12
#199 - bunnies president / @bunnies4p

10/27/2013 at 05:14PM

12
#200 - US Dollar Price / @USDollarPrice

11/06/2013 at 06:31AM

12
#201 - Mathieu Larouche / @matdube

11/19/2013 at 02:13AM

12
#202 - Eric Potter / @pottereric

12/20/2013 at 02:49PM

12
#203 - Sam Burk / @smwbk

12/21/2013 at 03:57AM

12
#204 - Matt Parnell / @parnmattdev

01/02/2014 at 11:24PM

12
#205 - Quota / @Quotad

01/27/2014 at 10:46AM

12
#206 - João Paiva / @jgpaiva

01/31/2014 at 11:30AM

12
#207 - Jérémy Autran / @jjautran

01/31/2014 at 01:12PM

12
#208 - Joonas Pihlajamaa / @jokkebk

02/19/2014 at 12:18PM

12
#209 - Timothy Lin / @lzh9102

03/07/2014 at 11:37PM

12
#210 - Patrick Oscity / @der_padde

03/26/2014 at 12:33PM