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 @Caek_:
Unlock 1 remaining solutions by signing in and submitting your own entry