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

RUST Cargo.toml version to last

RUST Cargo.toml version to last. rusty practice on vimgolf

Start file
[package]
name = "rust-web"
version = "0.1.0"
authors = ["The Rust Developers"]
edition = "2018"

[dependencies]
lazy_static = "1.2.0"
fluent = "0.13"
fluent-bundle = "0.6.0"
fluent-syntax = "0.10.0"
fluent-locale = "0.10.1"
handlebars-fluent = "0.2.0"
rand = "0.8"
regex = "1"
rocket = "0.4.6"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8.14"
sass-rs = "0.2.1"
reqwest = { version = "0.10.10", features = ["blocking", "json"] }
toml = "0.5"
serde_json = "1.0"
rust_team_data = { git = "https://github.com/rust-lang/team" }
handlebars = "1.1.0"
siphasher = "0.3.3"
percent-encoding = "2.1.0"

[dependencies.rocket_contrib]
version = "0.4"
default-features = false
features = ["handlebars_templates"]
End file
[package]
name = "rust-web"
version = "0.1.0"
authors = ["The Rust Developers"]
edition = "2018"

[dependencies]
lazy_static = "*"
fluent = "*"
fluent-bundle = "*"
fluent-syntax = "*"
fluent-locale = "*"
handlebars-fluent = "*"
rand = "*"
regex = "*"
rocket = "*"
serde = { version = "*", features = ["derive"] }
serde_yaml = "*"
sass-rs = "*"
reqwest = { version = "*", features = ["blocking", "json"] }
toml = "*"
serde_json = "*"
rust_team_data = { git = "https://github.com/rust-lang/team" }
handlebars = "*"
siphasher = "*"
percent-encoding = "*"

[dependencies.rocket_contrib]
version = "*"
default-features = false
features = ["handlebars_templates"]

View Diff

8,22c8,22
< lazy_static = "1.2.0"
< fluent = "0.13"
< fluent-bundle = "0.6.0"
< fluent-syntax = "0.10.0"
< fluent-locale = "0.10.1"
< handlebars-fluent = "0.2.0"
< rand = "0.8"
< regex = "1"
< rocket = "0.4.6"
< serde = { version = "1.0", features = ["derive"] }
< serde_yaml = "0.8.14"
< sass-rs = "0.2.1"
< reqwest = { version = "0.10.10", features = ["blocking", "json"] }
< toml = "0.5"
< serde_json = "1.0"
---
> lazy_static = "*"
> fluent = "*"
> fluent-bundle = "*"
> fluent-syntax = "*"
> fluent-locale = "*"
> handlebars-fluent = "*"
> rand = "*"
> regex = "*"
> rocket = "*"
> serde = { version = "*", features = ["derive"] }
> serde_yaml = "*"
> sass-rs = "*"
> reqwest = { version = "*", features = ["blocking", "json"] }
> toml = "*"
> serde_json = "*"
24,26c24,26
< handlebars = "1.1.0"
< siphasher = "0.3.3"
< percent-encoding = "2.1.0"
---
> handlebars = "*"
> siphasher = "*"
> percent-encoding = "*"
29c29
< version = "0.4"
---
> version = "*"

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 104 remaining solutions by signing in and submitting your own entry
#105 Matthieu Talbot / @MartyLake - Score: 269 - 12/20/23 @ 19:36
7jVG:s*<BS>/ = "[^"*/<Left><Left>]<Right><Right><Esc><Esc><Esc>:g/<<BS>^<.*><BS><BS><BS>.*>/s(<BS>/<BS><BS><Left> = "<Left><Left><Left><Left><Left><Left><Left><Left><Left><Left><Right>\v<Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right>p<CR>:<Up><BS><BS><BS><BS><BS><BS><BS><BS><BS><BS><><BS>*<0xc2><0xbb><BS><BS>*><Left><Left>.<Right><Right><BS><BS><BS><BS>[^ ]* = "<Left><Left><Left>\<Right><Right><Right><Right><Left><Left><Left><Left><Left><Left><Left><Left><Left><Left><Left><Left><Right><Right>(<Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right>)[^"]*/\1*/<CR><Down>8jkkkVG:s/\v()<Left>^[^ ]* = <BS><BS>\= ".*<BS><BS>[^"]*<Right><BS><Left><Left><Left><Left><Left>)<Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right>/\1*/<CR>:<Up><Home><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Del><Del><Del><Del><Del><Del>version<CR><Esc>:x<CR>

0 comments


Created by: @pykJzzzsmAzloZl

105 active golfers, 394 entries

Leaderboard (lowest score wins):
26
#91 - Christoph / @Christo41827663

03/26/2021 at 10:35PM

28
#92 - Richard Leigh Davies / @RichardDaviesAI

01/18/2021 at 08:38AM

28
#93 - :wq / @write_quit_22

05/18/2021 at 05:36PM

29
#94 - Alessandro Cantini / @aecant

10/06/2021 at 05:13PM

29
#95 - Jonathan / @engiwengi_

10/22/2022 at 04:11AM

30
#96 - Youngchan Lee / @edwardycl

05/26/2021 at 03:26AM

32
#97 - Lin Ziyang / @coffee_sgr

08/30/2021 at 05:50PM

33
#98 - Kartik Prajapati / @ktk_pjpt

09/14/2023 at 07:18PM

34
#99 - fredy / @locked_outside

01/31/2023 at 12:52AM

36
#100 - ever0de / @ever0de

05/26/2021 at 06:33AM

41
#101 - Peter Szerzo / @peterszerzo

07/06/2023 at 05:39PM

43
#102 - @grhkm@infosec.exchange / @grhkm21

12/18/2022 at 02:02PM

48
#103 - Duy nguyễn / @Duycld03

08/11/2023 at 01:29PM

57
#104 - fff / @fff51460170

02/20/2021 at 04:01PM

269
#105 - Matthieu Talbot / @MartyLake

12/20/2023 at 07:36PM