1995eaton / chromium-vim

Vim bindings for Google Chrome.
https://chrome.google.com/webstore/detail/cvim/ihlenndgcmojhcghmfjfneahoeklbjjh
MIT License
2.25k stars 326 forks source link

Multiple patterns for `site` blocks #649

Open nyarly opened 6 years ago

nyarly commented 6 years ago

I have "batches" of sites with similar site configuration. It'd be keen if I could do something like:

site "*://docs.rs/*", "*://doc.rust-lang.org/*" {
  "same set of mappings/config here
}

which would be exactly like having two site blocks. Happy to produce a PR if wanted.