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 53cee5e1c5f4b4000208b285

Change name of a variable

Replace the name of the $variable with the fastest move possible. The challenge is having a command that allow you to easily change the variable name even if its indented.

Start file
var $oki = "value";
End file
var $hl = "value";

View Diff

1c1
< var $oki = "value";
---
> var $hl = "value";

Solutions by @zk_evm:

Unlock 1 remaining solutions by signing in and submitting your own entry
Created by: @patricknegri

137 active golfers, 179 entries

Solutions by @zk_evm:
9
#127 - Olivier Bégassat / @zk_evm

06/15/2023 at 11:34AM