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 419 remaining solutions by signing in and submitting your own entry
#420 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

420 active golfers, 1057 entries

Leaderboard (lowest score wins):
12
#211 - ZorgroZ / @ZorgroZ

04/11/2014 at 10:07PM

12
#212 - lastsseldon / @lastsseldon

05/10/2014 at 03:25AM

12
#213 - Mark Inksa / @MInksaCS

05/11/2014 at 08:54PM

12
#214 - Hyper Bovine / @hyperbovine

05/12/2014 at 05:31PM

12
#215 - TapTemplate / @TapTemplate

06/25/2014 at 12:59PM

12
#216 - John Meisner / @jmeisned

06/26/2014 at 04:01AM

12
#217 - bXpjE4GzUfnPTRHes1mI / @5DQzMDKJs2VoVt

07/03/2014 at 06:12PM

12
#218 - Ram Tamtam / @ramtamtamtam

07/17/2014 at 10:09AM

12
#219 - Austin Cormier / @lotusmorc

07/18/2014 at 02:28PM

12
#220 - Dmitriy / @_dpy_

08/21/2014 at 08:20PM

12
#221 - kemar / @le_kemar

08/26/2014 at 03:55PM

12
#222 - Dario Avitabile / @tutticapaci

09/14/2014 at 12:39PM

12
#223 - Michael Comerford / @MComerford1

09/25/2014 at 08:53AM

12
#224 - deris / @deris0126

11/07/2014 at 10:21AM

12
#225 - Jake Eskel / @JakeEskel

01/07/2015 at 03:52AM

12
#226 - mark0829 / @mark0829

02/06/2015 at 08:41AM

12
#227 - pftb12345 / @pftb12345

04/09/2015 at 05:35AM

12
#228 - Elizabeth / @sprinkles418

04/15/2015 at 05:46PM

12
#229 - Skúli Jóhannsson / @skulibj

06/28/2015 at 05:40PM

12
#230 - Jon Krause / @jkrause314

12/18/2015 at 09:55PM

12
#231 - fuck GFW / @ravishGFW

01/05/2016 at 05:21AM

12
#232 - Ian Trophy / @prfrgg

02/01/2016 at 12:31PM

12
#233 - Chenut Ludovic / @7Brwa7

04/08/2016 at 08:11AM

12
#234 - Marcel Akkerman / @MarcelAkkerman

12/22/2016 at 11:54AM

12
#235 - Michał Dytko / @DytkoM

12/28/2016 at 09:33AM

12
#236 - Zhihong Liu / @pieapple03

03/01/2017 at 01:58AM

12
#237 - Ben Hill / @KaizenSoze70

01/31/2018 at 12:57PM

12
#238 - Bart Reynolds / @bartums

02/28/2018 at 01:41PM

12
#239 - Suzanne / @suzbotq

07/25/2018 at 12:28AM

12
#240 - name / @name65894813

11/28/2018 at 04:21PM