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

100 active golfers, 355 entries

Leaderboard (lowest score wins):
30
#91 - Youngchan Lee / @edwardycl

05/26/2021 at 03:26AM

32
#92 - Lin Ziyang / @coffee_sgr

08/30/2021 at 05:50PM

33
#93 - Kartik Prajapati / @ktk_pjpt

09/14/2023 at 07:18PM

34
#94 - fredy / @locked_outside

01/31/2023 at 12:52AM

36
#95 - ever0de / @ever0de

05/26/2021 at 06:33AM

41
#96 - Peter Szerzo / @peterszerzo

07/06/2023 at 05:39PM

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

12/18/2022 at 02:02PM

48
#98 - Duy nguyễn / @Duycld03

08/11/2023 at 01:29PM

57
#99 - fff / @fff51460170

02/20/2021 at 04:01PM

269
#100 - Matthieu Talbot / @MartyLake

12/20/2023 at 07:36PM