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

Preferably without multi-cursor plugin

Originally asked as question on reddit by kpthunder: https://www.reddit.com/r/vim/comments/9fvsro/what_is_the_most_efficient_way_to_go_about/

Start file
newState.set('foo', foo);
newState.set('bar', bar);
newState.set('banana', banana);
newState.set('bears', bears);
End file
state.foo = payload.foo;
state.bar = payload.bar;
state.banana = payload.banana;
state.bears = payload.bears;

View Diff

1,4c1,4
< newState.set('foo', foo);
< newState.set('bar', bar);
< newState.set('banana', banana);
< newState.set('bears', bears);
---
> state.foo = payload.foo;
> state.bar = payload.bar;
> state.banana = payload.banana;
> state.bears = payload.bears;

Solutions by @pedrominicz:

Unlock 10 remaining solutions by signing in and submitting your own entry
Created by: @argshook

127 active golfers, 538 entries

Solutions by @pedrominicz:
30
#21 - Pedro Minicz / @pedrominicz

03/26/2022 at 05:08PM

31
#>35 - Pedro Minicz / @pedrominicz

03/26/2022 at 04:59PM

32
#>46 - Pedro Minicz / @pedrominicz

03/26/2022 at 04:54PM

33
#>54 - Pedro Minicz / @pedrominicz

03/26/2022 at 04:47PM

33
#>54 - Pedro Minicz / @pedrominicz

03/26/2022 at 04:48PM

33
#>54 - Pedro Minicz / @pedrominicz

03/26/2022 at 04:49PM

34
#>57 - Pedro Minicz / @pedrominicz

03/26/2022 at 04:25PM

35
#>66 - Pedro Minicz / @pedrominicz

03/26/2022 at 04:23PM

36
#>79 - Pedro Minicz / @pedrominicz

03/26/2022 at 04:20PM

37
#>87 - Pedro Minicz / @pedrominicz

03/26/2022 at 04:19PM