Git Product home page Git Product logo

Comments (3)

gdh1995 avatar gdh1995 commented on August 16, 2024

log

On chrome://extensions/?id=hfjbmagddngcpeloejdejnfgbamkjaeg, turn on the developer mode switch at top right corner, and then click a link of "background page" in the "Inspect views" section. Then Chrome will popup a debugging window and then the "Console" panel has log information.

configuration

There' no lists like Vimium's. But I've added a "recommended" settings file and you can click the down arrow at the right of "Import Settings". Most of its key mappings uses only your left hand.

Vimium C has a different format of exported configuration files, so the one from Vimium is not suitable.

Besides, although Vimium C supports "map key command", but it has its own command options format and then the Vimium's might cause errors.

Basically, Vimium C's command options look like:

  • map key command opt1="here-is-a-string" opt2=false opt3 opt4=[1,2,3]
  • if no =..., then it's treated as optName=true, so the value of opt3 is true
  • otherwise, JSON-parse the string at the right of =
    • if you need a string including spaces character, you can replace every space with \u0020 (JSON escaping format of space)
    • tip: there should be no space after , in a JSON array

Note: The two differences above is mainly because Vimium C implemented these features earlier than Vimium.

from vimium-c.

caidwang avatar caidwang commented on August 16, 2024

Thanks a lot. Everything goes well now.

from vimium-c.

gdh1995 avatar gdh1995 commented on August 16, 2024

what's your typo and how did you fix it?

maybe I could learn something from your typos and add code to support them directly.

from vimium-c.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.