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 5d3122ace2e18c0006b8bc4d

Bad Copy Syntax

Copy should be from right to left, but sometimes you type it wrong.

Start file
   copyRtL(source, destination);
   copyRtL("John Q. Public", nameVariable);
End file
   copyRtL(destination, source);
   copyRtL(nameVariable, "John Q. Public");

View Diff

1,2c1,2
<    copyRtL(source, destination);
<    copyRtL("John Q. Public", nameVariable);
---
>    copyRtL(destination, source);
>    copyRtL(nameVariable, "John Q. Public");

Solutions by @kloir-z:

Unlock 7 remaining solutions by signing in and submitting your own entry
Created by: @BradleySmall

539 active golfers, 2072 entries

Solutions by @kloir-z:
18
#39 - kloir-z / @kloir-z

01/28/2026 at 01:18PM

18
#>39 - kloir-z / @kloir-z

01/28/2026 at 01:19PM

19
#>225 - kloir-z / @kloir-z

01/28/2026 at 01:17PM

20
#>277 - kloir-z / @kloir-z

01/28/2026 at 01:17PM

21
#>311 - kloir-z / @kloir-z

01/28/2026 at 01:16PM

22
#>340 - kloir-z / @kloir-z

01/28/2026 at 01:16PM

23
#>365 - kloir-z / @kloir-z

01/28/2026 at 01:07PM