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 9v0069d79f720000000007a7

Delete the last function argument in python.

Delete the last function argument in this python script.

Start file
print(pairs, len(pairs))
End file
print(pairs,)

View Diff

1c1
< print(pairs, len(pairs))
---
> print(pairs,)

Solutions by @pesch-dev:

Unlock 5 remaining solutions by signing in and submitting your own entry
Created by: @skywalkerwhack

129 active golfers, 343 entries

Solutions by @pesch-dev:
6
#9 - pesch-dev / @pesch-dev

04/11/2026 at 07:37PM

7
#>75 - pesch-dev / @pesch-dev

04/11/2026 at 07:36PM

15
#>126 - pesch-dev / @pesch-dev

04/11/2026 at 07:33PM

16
#>127 - pesch-dev / @pesch-dev

04/11/2026 at 07:34PM

33
#>129 - pesch-dev / @pesch-dev

04/11/2026 at 07:32PM