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 296 remaining solutions by signing in and submitting your own entry
#297 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

297 active golfers, 1282 entries

Leaderboard (lowest score wins):
46
#181 - Zhou Jiazheng / @ZhouJiazheng0

02/19/2023 at 02:03PM

47
#182 - nd183 / @nd1832

12/10/2020 at 09:32AM

47
#183 - 木木 / @rongmazhong

12/11/2020 at 03:31AM

47
#184 - Horst / @Horst91706815

01/20/2021 at 01:34PM

47
#185 - zapakh / @zapakh

01/21/2021 at 05:05AM

47
#186 - Ska / @skaa42

07/17/2021 at 09:23AM

47
#187 - Alaris Morissette / @Alaris_Villain

07/30/2021 at 03:37AM

47
#188 - BryanYan / @BryanGoesPlaces

10/17/2021 at 02:45PM

47
#189 - vimgolfaccfekxh / @vimgolfaccfekxh

10/30/2022 at 01:50PM

47
#190 - Thomas Hiron / @thomashiron

02/20/2023 at 12:03PM

47
#191 - Ian Horton / @IAMIANHORTON

04/25/2023 at 07:47AM

47
#192 - Peter Szerzo / @peterszerzo

07/03/2023 at 01:44PM

47
#193 - b1gz / @_b1gz

07/16/2023 at 10:39PM

47
#194 - Sepehr / @Sepehration

08/11/2023 at 08:32PM

47
#195 - Waisni / @Waisni

11/29/2023 at 07:13PM

48
#196 - Barabas Raffai / @BarabasRaffai

12/25/2020 at 08:47PM

48
#197 - kafang plays vimgolf / @KafangV

12/26/2020 at 11:45AM

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

01/14/2021 at 11:37PM

48
#199 - Harrison / @ardentcow

07/03/2021 at 01:53AM

48
#200 - Max Muster / @musterm0815

11/16/2021 at 11:50AM

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

03/03/2022 at 01:01PM

48
#202 - e_e / @eleloi

02/12/2023 at 06:16PM

48
#203 - Jordan Woods / @JordanW09204552

07/08/2023 at 05:44PM

49
#204 - 盧小小 / @VegetaLu

04/02/2022 at 10:17AM

49
#205 - 𝚋𝚛𝚒𝚊𝚗 / @Brianjp93

05/06/2022 at 05:53PM

49
#206 - d44d3w / @d44d3w

03/22/2023 at 03:28AM

49
#207 - Aarya / @aaryabhatia6

05/20/2023 at 02:23AM

50
#208 - Dave Baskind / @davebaskind

10/28/2022 at 08:23AM

50
#209 - Daniel Nettelfield / @DNIIBOY

12/11/2022 at 09:53PM

50
#210 - RosaTryp / @RosaTryp

03/14/2023 at 02:22PM