vimium icon indicating copy to clipboard operation
vimium copied to clipboard

config file

Open kaldown opened this issue 8 years ago • 7 comments

how about add default config file like: ~/.vimiumrc or kinda?

I've found this issue, but no any notifications about adding ~/.*rc file

kaldown avatar Jul 30 '17 16:07 kaldown

As far as I know, there is no API for Chrome extensions (like Vimium) to access the native file system.

smblott-github avatar Aug 08 '17 14:08 smblott-github

API for Chrome extensions (like Vimium) to access the native file system.

If we are granted the local URLs permission in chrome://extensions, then we should be able to access it with an XMLHttpRequest, as with any other file.

mrmr1993 avatar Aug 08 '17 17:08 mrmr1993

On a side note (if this ever gets implemented), it'd be great to use the xdg-config directory on Linux rather than cluttering up the home directory:

https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html

ghost avatar Aug 30 '17 04:08 ghost

as of 2023, doesn't the api exist yet?

azinsharaf avatar Jun 18 '23 23:06 azinsharaf

@azinsharaf Um, it keeps not existing.

gdh1995 avatar Jun 24 '23 14:06 gdh1995

Guys there are a few workarounds floating through my head.

  • Store it in ~/.vimium/ and play pretend, basically letting it sync using git+stow and manually replacing it on other workstations
  • Using syncthing to let it sync across multiple devices, this will allow you to just click import on the outdated pc's, avoiding having to git pull, or transfer files etc.
  • Letting syncthing / git sync browser data so you have the same extensions data, this is dangerous for different OS types.

I'm probably going to end up making a syncthing folder named: "manual config" and drop vimium stuff in there, but at least here's some ideas.

Walter-o avatar Sep 26 '24 11:09 Walter-o

ok i did the thing, lets go! image

Walter-o avatar Sep 26 '24 12:09 Walter-o

Is it still not possible to have vimiumrc?

aljustiet avatar Nov 15 '25 03:11 aljustiet