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

Change the content of a string

This docstring is a complete lie. Fix it.

Start file
def add(a, b):
    """ Subtracts "x" from "y" """
    return a + b
End file
def add(a, b):
    """ Adds "a" to "b" """
    return a + b

View Diff

2c2
<     """ Subtracts "x" from "y" """
---
>     """ Adds "a" to "b" """

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 576 remaining solutions by signing in and submitting your own entry
#577 Frank Hui / @frankhui - Score: 69 - 12/29/10 @ 06:44
:1,$ s/Subtracts/Adds/<CR>:1,$ s/x/a/<CR>:1,$ s/from/to/<CR>:1,$ s/y/b/<CR>:w<CR>:q<CR>

0 comments


Created by: @wolever

577 active golfers, 1541 entries

Leaderboard (lowest score wins):
24
#331 - Nicholas Lee-Hone / @NicholasLeeHone

10/17/2014 at 05:25AM

24
#332 - Josu Oyanguren / @josuoyanguren

12/18/2014 at 05:26PM

24
#333 - SilentFl / @Silent_Fl

01/27/2015 at 02:29PM

24
#334 - Kiet Nguyen / @kietnguyen86

03/04/2015 at 12:21PM

24
#335 - Sigurður Ægir Jónsso / @siggiae

03/27/2015 at 08:41AM

24
#336 - Andrew Michaud / @andrewjmichaud

09/04/2015 at 07:42PM

24
#337 - Cristian Lupașcu / @clupasq

02/08/2016 at 12:31PM

24
#338 - Березницкий Вадим / @vad1mster

07/09/2019 at 02:06PM

24
#339 - KoroneListener / @KoroneListener

09/03/2024 at 04:18PM

25
#340 - krazylegz / @krazylegz

12/28/2010 at 11:30PM

25
#341 - Tim Pope / @tpope

12/28/2010 at 11:42PM

25
#342 - Brian Rose / @heimidal

12/29/2010 at 12:00AM

25
#343 - Bill Odom / @billodom

12/29/2010 at 12:56AM

25
#344 - Tim Baumann / @tbaumann

12/29/2010 at 01:40PM

25
#345 - Jiří Stránský / @jistr

12/29/2010 at 08:14PM

25
#346 - Rajit Singh / @rajitbsingh

12/29/2010 at 11:36PM

25
#347 - akatz / @akatz

12/30/2010 at 06:59AM

25
#348 - Gavin Gilmour / @_gavingilmour

01/02/2011 at 01:51PM

25
#349 - Mattiassich Ákos / @mattiassicha

01/02/2011 at 03:43PM

25
#350 - Roman Mašek / @romario333

01/05/2011 at 08:06PM

25
#351 - Jordi Romero / @jordiromero

01/07/2011 at 09:25PM

25
#352 - Thomas Schönwälder / @Masei1988

01/20/2011 at 09:16PM

25
#353 - Rob Ciaccio / @RobertoCalavera

01/21/2011 at 12:56PM

25
#354 - lukecowell / @lukecowell

12/15/2011 at 05:06AM

25
#355 - Renat Aksitov / @Korvin79

01/27/2012 at 10:58AM

25
#356 - Adrian Roston / @akroston

02/18/2012 at 10:34PM

25
#357 - Underhill Labs / @underhilllabs

10/30/2012 at 04:10AM

25
#358 - Lieven Keersmaekers / @LievenKeersmaek

01/18/2013 at 06:43PM

25
#359 - Joshua Draper / @JoshuaBDraper

05/25/2013 at 03:50PM

25
#360 - Todd Branchflower / @toddbranch

07/18/2013 at 09:13PM