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

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

516 active golfers, 2001 entries

Solutions by @zacoxi:
19
#73 - Dax / @zacoxi

08/03/2019 at 09:42AM

19
#>73 - Dax / @zacoxi

08/03/2019 at 09:46AM

19
#>90 - Dax / @zacoxi

08/22/2019 at 06:12AM

20
#>229 - Dax / @zacoxi

08/03/2019 at 09:30AM

20
#>229 - Dax / @zacoxi

08/03/2019 at 09:33AM

20
#>232 - Dax / @zacoxi

08/22/2019 at 06:09AM

28
#>404 - Dax / @zacoxi

08/03/2019 at 09:28AM

34
#>462 - Dax / @zacoxi

12/11/2020 at 08:37AM