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

632 active golfers, 1724 entries

Leaderboard (lowest score wins):
24
#361 - Domon / @Domon

09/11/2012 at 10:45AM

24
#362 - Marcin Radomski / @_dextero

11/15/2012 at 08:06PM

24
#363 - David Hoeffer / @dhoeffer

04/25/2013 at 02:21AM

24
#364 - Gwilym Kuiper / @gwilymk

07/11/2013 at 08:18PM

24
#365 - cj / @cj01101

08/08/2013 at 12:31PM

24
#366 - nona urbiz / @nospampleasemam

09/28/2013 at 07:00AM

24
#367 - NuM / @NuM314

10/05/2013 at 10:50PM

24
#368 - Nicholas Lee-Hone / @NicholasLeeHone

10/17/2014 at 05:25AM

24
#369 - Josu Oyanguren / @josuoyanguren

12/18/2014 at 05:26PM

24
#370 - SilentFl / @Silent_Fl

01/27/2015 at 02:29PM

24
#371 - Kiet Nguyen / @kietnguyen86

03/04/2015 at 12:21PM

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

03/27/2015 at 08:41AM

24
#373 - Andrew Michaud / @andrewjmichaud

09/04/2015 at 07:42PM

24
#374 - Cristian Lupașcu / @clupasq

02/08/2016 at 12:31PM

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

07/09/2019 at 02:06PM

24
#376 - KoroneListener / @KoroneListener

09/03/2024 at 04:18PM

24
#377 - reatter / @reatter

09/17/2024 at 04:34PM

24
#378 - Luiz Eduardo Amaral / @luxedo

05/10/2025 at 09:03PM

24
#379 - Jurica Ivekovic-Pontoni / @Mithrulduin

08/06/2025 at 06:26PM

25
#380 - krazylegz / @krazylegz

12/28/2010 at 11:30PM

25
#381 - Tim Pope / @tpope

12/28/2010 at 11:42PM

25
#382 - Brian Rose / @heimidal

12/29/2010 at 12:00AM

25
#383 - Bill Odom / @billodom

12/29/2010 at 12:56AM

25
#384 - Tim Baumann / @tbaumann

12/29/2010 at 01:40PM

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

12/29/2010 at 08:14PM

25
#386 - Rajit Singh / @rajitbsingh

12/29/2010 at 11:36PM

25
#387 - akatz / @akatz

12/30/2010 at 06:59AM

25
#388 - Gavin Gilmour / @_gavingilmour

01/02/2011 at 01:51PM

25
#389 - Mattiassich Ákos / @mattiassicha

01/02/2011 at 03:43PM

25
#390 - Roman Mašek / @romario333

01/05/2011 at 08:06PM