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

The best way to learn is to practice. Below, you will find some of the solutions other golfers have entered. To unlock higher ranked solutions, submit your own entry which does as well or better than the solutions you can currently see - climb the ladder!

Check out these helpful resources to improve your Vim skills... Game on.

Unlock 260 remaining solutions by signing in and submitting your own entry
#261 Jongsang Tack (Ben) / @BenJongsang - Score: 261 - 09/11/22 @ 15:17
vf>xiauto<Esc>lllllllllxjhhhhhhhhhhh<C-Q>lllllllllllllllllhjjjxklllllllllllllla = <Del><Esc>lllhh:%s/;/,/g<CR>kkkji<BS><Esc>jhhhhhhhhhhi<BS><Esc>jhhhhhhi<BS><Esc>lllllllxhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh/<Esc>:%s/(//g<CR>:%s/)//g<CR>wwwi{ <Esc>$a{<BS>};<Esc>hhhhhhhhhhhhhhhhhhhhhi l<BS><Esc>lllllllli <Esc>lllllllllli <Esc>llllli <Esc>:w<CR>:wq<CR>

0 comments


Created by: @nd1832

261 active golfers, 1103 entries

Leaderboard (lowest score wins):
45
#151 - Captain Proton / @CaptainProton5

06/21/2021 at 11:53AM

45
#152 - iBhagwan / @iiBhagwan

07/07/2021 at 04:21AM

45
#153 - Thitichote Chaimuang / @ThitichoteC

03/03/2022 at 09:05AM

45
#154 - seenz / @lefton_sean

05/14/2022 at 09:10PM

45
#155 - Rao Zvorovski / @RaoZvorovski

01/18/2023 at 01:34AM

45
#156 - @AndrewRadev@hachyderm.io / @andrewradev

03/19/2023 at 11:07AM

46
#157 - pherapont / @pherapont1

12/20/2020 at 07:35AM

46
#158 - AAbraxas / @AAbraxas1

02/05/2021 at 08:50PM

46
#159 - SwordSwordSwordBird / @SwordSwordBird

02/21/2021 at 07:50AM

46
#160 - Neil Butler / @PinkyinParis

08/23/2021 at 02:38AM

46
#161 - good enough ; 🌿 / @daisyymint

03/03/2022 at 02:08PM

46
#162 - Zhou Jiazheng / @ZhouJiazheng0

02/19/2023 at 02:03PM

47
#163 - nd183 / @nd1832

12/10/2020 at 09:32AM

47
#164 - 木木 / @rongmazhong

12/11/2020 at 03:31AM

47
#165 - Horst / @Horst91706815

01/20/2021 at 01:34PM

47
#166 - zapakh / @zapakh

01/21/2021 at 05:05AM

47
#167 - Ska / @skaa42

07/17/2021 at 09:23AM

47
#168 - Alaris Morissette / @Alaris_Villain

07/30/2021 at 03:37AM

47
#169 - BryanYan / @BryanGoesPlaces

10/17/2021 at 02:45PM

47
#170 - vimgolfaccfekxh / @vimgolfaccfekxh

10/30/2022 at 01:50PM

47
#171 - Thomas Hiron / @thomashiron

02/20/2023 at 12:03PM

47
#172 - Ian Horton / @IAMIANHORTON

04/25/2023 at 07:47AM

48
#173 - Barabas Raffai / @BarabasRaffai

12/25/2020 at 08:47PM

48
#174 - kafang plays vimgolf / @KafangV

12/26/2020 at 11:45AM

48
#175 - this is for vim golf / @Dis4VimGolf

01/14/2021 at 11:37PM

48
#176 - Harrison / @ardentcow

07/03/2021 at 01:53AM

48
#177 - Max Muster / @musterm0815

11/16/2021 at 11:50AM

48
#178 - วทททท / @uhTOWreLzQy0JN5

03/03/2022 at 01:01PM

48
#179 - e_e / @eleloi

02/12/2023 at 06:16PM

48
#180 - jasonlee / @jasonle61136657

04/16/2023 at 04:26PM