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

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

129 active golfers, 540 entries

Solutions by @fourbitbots:
32
#41 - Steve / @fourbitbots

09/22/2018 at 03:30AM

33
#>49 - Steve / @fourbitbots

09/22/2018 at 03:28AM

34
#>55 - Steve / @fourbitbots

09/22/2018 at 03:26AM

36
#>68 - Steve / @fourbitbots

09/22/2018 at 03:22AM

38
#>89 - Steve / @fourbitbots

09/22/2018 at 03:10AM

38
#>89 - Steve / @fourbitbots

09/22/2018 at 03:14AM