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

635 active golfers, 1736 entries

Leaderboard (lowest score wins):
22
#241 - Colin Benner / @yzhs

01/12/2025 at 04:48PM

22
#242 - daviddcox / @daviddcox

04/29/2025 at 03:06AM

22
#243 - Karan / @KaranVaity

05/01/2025 at 01:16PM

22
#244 - Leon Kacowicz / @leonkacowicz

05/04/2025 at 09:27PM

22
#245 - Gianluca Towae / @GianlucaTowae

05/15/2025 at 12:29PM

22
#246 - Khorea1 / @Khorea1

05/15/2025 at 11:36PM

22
#247 - Chris Irwin / @pianowow

05/18/2025 at 11:57PM

22
#248 - mkr3mer / @mkr3mer

05/25/2025 at 02:32AM

22
#249 - speedking456 / @speedking456

07/11/2025 at 06:00AM

22
#250 - raylmorris / @raylmorris

07/14/2025 at 01:31AM

22
#251 - Breemskin / @Breemskin

07/21/2025 at 04:54PM

22
#252 - Burak / @andreyuhai

07/25/2025 at 06:08PM

22
#253 - siegesmundm / @siegesmundm

08/10/2025 at 02:39PM

22
#254 - Matthew J McIlree / @mmcilree

09/02/2025 at 01:58PM

22
#255 - AFrenchPieceofToast / @AFrenchPieceofToast

10/14/2025 at 05:48PM

22
#256 - Dmitrii Efimenko / @0pt1m1z3r

10/28/2025 at 07:42PM

22
#257 - Michael E. Gruen / @gruen

11/01/2025 at 11:29PM

22
#258 - adityakamath255 / @adityakamath255

11/22/2025 at 12:41PM

22
#259 - Domenico Nobile / @Dodo0303

12/12/2025 at 12:42AM

22
#260 - lassion / @mutilator630

01/18/2026 at 02:45PM

22
#261 - 0xf00ff00f / @0xf00ff00f

01/18/2026 at 07:40PM

22
#262 - DongHo Jung / @dongho-jung

02/01/2026 at 03:45AM

23
#263 - Mathias Rav / @iaddquotes

12/29/2010 at 01:29AM

23
#264 - dagbrown / @dagbrown

12/29/2010 at 08:03AM

23
#265 - foo bar / @whoever_foo

12/29/2010 at 08:15AM

23
#266 - Nadja Untendiegruft / @nadjau

12/29/2010 at 01:14PM

23
#267 - Kornél Lugosi / @Coornail

12/29/2010 at 04:30PM

23
#268 - Dan Smith / @untermrad

12/30/2010 at 09:57PM

23
#269 - Yannick LM / @yanicklm

12/30/2010 at 11:17PM

23
#270 - Vincent Isambart / @vincentisambart

12/31/2010 at 11:29AM