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 9v0062d0773d000000000225

Reformat symbols in list

Saw this in some lecture, easy reformatting using multiple cursor in VS Code

Start file
inputs = [ 1 2 3 4 5 ]
outputs = [ 1 2 3 4 5 ]
End file
inputs = [ i1 i2 i3 i4 i5 ]
outputs = [ (o1,i1) (o2,i2) (o3,i3) (o4,i4) (o5,i5) ]

View Diff

1,2c1,2
< inputs = [ 1 2 3 4 5 ]
< outputs = [ 1 2 3 4 5 ]
---
> inputs = [ i1 i2 i3 i4 i5 ]
> outputs = [ (o1,i1) (o2,i2) (o3,i3) (o4,i4) (o5,i5) ]

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 347 remaining solutions by signing in and submitting your own entry
#348 陈宏义 / @mason_chen_cn - Score: 202 - 09/12/22 @ 15:29
<Esc>:1,1s/[]<Left>0<BS>1-5<Right><Left><Left><Left><Left><Left>(<Right><Right><Right><Right><Right>)/i$1/g<CR>/<BS>:1s/([1-5]+)/i()<BS><BS>1<BS>$1.g<CR>/[]<Left>1-5<CR>nnnnnnnnn:s<BS>1,1s/[1-5]/i[]<Left>1-5<Right>/g<CR><Esc>u:s/<BS><BS>1s/[1-5]/$<Left><Left><Left><Left><Left><Left><Left>\(<Right><Right><Right><Right><Right>\)<Right><Right><BS>i\1/g<CR>s/<BS>i<Esc>:2s<BS>,<BS>s/\(1-5<Left><Left><Left>[<Right><Right><Right>]\)/\[<BS><BS>(o\1,i\1)/g<CR>`;<Esc><Esc>:w<CR>:q!<CR>

0 comments


Created by: @selfuryon

348 active golfers, 1621 entries

Leaderboard (lowest score wins):
27
#151 - Ahmed Mashalla / @Hahgaayyyy

02/28/2023 at 07:49PM

27
#152 - @AndrewRadev@hachyderm.io / @andrewradev

03/04/2023 at 01:31PM

27
#153 - RosaTryp / @RosaTryp

03/10/2023 at 02:46PM

27
#154 - François / @mortyZZ

03/23/2023 at 10:48PM

27
#155 - Alexander Curtis / @AlexOnCode

03/24/2023 at 06:45PM

27
#156 - Aliasf / @rammenmaster96

04/02/2023 at 01:32PM

27
#157 - James Reading / @bowly_jim

04/14/2023 at 01:11PM

27
#158 - Olivier Bégassat / @zk_evm

06/11/2023 at 11:38AM

27
#159 - Bill Ruddock / @biinari

08/03/2023 at 12:39AM

27
#160 - Daniel Apt / @DanielApt

08/26/2023 at 08:56AM

27
#161 - Matthew Finlayson / @mattf1n

08/29/2023 at 06:09PM

27
#162 - 李建宏 / @xx19971016

08/30/2023 at 08:40AM

27
#163 - Aaron Hunt / @ach5910

09/27/2023 at 08:16PM

27
#164 - Josh Harrison / @ultrapasty

10/26/2023 at 10:56AM

27
#165 - Ludovic Schwartz / @ludovicschwartz

11/24/2023 at 12:05PM

27
#166 - jonas-grobe / @jonas-grobe

02/02/2024 at 07:43PM

27
#167 - Anaritus / @Anaritus

02/23/2024 at 11:49AM

27
#168 - Pim / @Pireax

11/02/2024 at 01:40PM

28
#169 - Johan Arrhen / @JoPeArrhen

09/24/2022 at 12:38PM

28
#170 - fpf3 / @jovial_cavalier

10/26/2022 at 03:32PM

28
#171 - Florian Leitner / @flowing

12/06/2022 at 03:58PM

28
#172 - 1 des frr fourmis / @frrfourmi

06/21/2023 at 03:46PM

28
#173 - Michael Floßmann / @MFlossmann

02/27/2024 at 02:38PM

28
#174 - tyanagstr / @tyanagstr

04/30/2024 at 04:34AM

28
#175 - michirakara / @michirakara

08/03/2024 at 11:18PM

29
#176 - Nougatine Naja / @NougatineNaja

07/26/2022 at 12:46PM

29
#177 - vuems / @vuems2win

11/11/2022 at 12:57AM

29
#178 - Kieron Browne / @KieronBrowne1

11/21/2022 at 08:58PM

29
#179 - Benjamin / @BenjaminBashar

12/16/2022 at 03:20AM

29
#180 - KyuYoung Heo / @bbvch13531

01/13/2023 at 04:21AM