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 @erdustiggen:

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

533 active golfers, 2050 entries

Solutions by @erdustiggen:
18
#34 - erdustiggen / @erdustiggen

01/19/2024 at 12:56PM

19
#>221 - erdustiggen / @erdustiggen

01/19/2024 at 12:55PM

20
#>274 - erdustiggen / @erdustiggen

01/19/2024 at 12:55PM

21
#>306 - erdustiggen / @erdustiggen

01/19/2024 at 12:54PM

22
#>335 - erdustiggen / @erdustiggen

01/19/2024 at 12:51PM

22
#>335 - erdustiggen / @erdustiggen

01/19/2024 at 12:53PM

25
#>383 - erdustiggen / @erdustiggen

01/19/2024 at 12:32PM

32
#>458 - erdustiggen / @erdustiggen

01/19/2024 at 12:30PM