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

Modernise code

Modernise and clean up some C++ code.

Start file
std::vector<int> numbers;
numbers
.push_back(1337);
numbers
.push_back(424242);
numbers
.push_back(12345678);
numbers
.push_back(3141);
End file
auto numbers = { 1337, 424242, 12345678, 3141 };

View Diff

1,5c1
< std::vector<int> numbers;
< numbers.push_back(1337);
< numbers.push_back(424242);
< numbers.push_back(12345678);
< numbers.push_back(3141);
---
> auto numbers = { 1337, 424242, 12345678, 3141 };

Solutions by @fkURaccounts:

Unlock 11 remaining solutions by signing in and submitting your own entry
Created by: @nd1832

326 active golfers, 1410 entries

Solutions by @fkURaccounts:
34
#59 - idontwantaaccount / @fkURaccounts

11/30/2022 at 06:21PM

34
#>59 - idontwantaaccount / @fkURaccounts

11/30/2022 at 06:23PM

35
#>92 - idontwantaaccount / @fkURaccounts

11/30/2022 at 06:15PM

37
#>115 - idontwantaaccount / @fkURaccounts

11/30/2022 at 06:13PM

39
#>126 - idontwantaaccount / @fkURaccounts

11/30/2022 at 06:09PM

41
#>137 - idontwantaaccount / @fkURaccounts

11/30/2022 at 06:03PM

43
#>160 - idontwantaaccount / @fkURaccounts

11/30/2022 at 05:57PM

46
#>200 - idontwantaaccount / @fkURaccounts

11/30/2022 at 05:50PM

52
#>243 - idontwantaaccount / @fkURaccounts

11/30/2022 at 05:49PM

54
#>261 - idontwantaaccount / @fkURaccounts

11/30/2022 at 05:47PM

57
#>273 - idontwantaaccount / @fkURaccounts

11/30/2022 at 05:46PM