Giter Site home page Giter Site logo

Comments (1)

peppy avatar peppy commented on August 17, 2024 3

If you're hitting the same issue that I was, this comes from having missing bindings from the config binding list. ie. I didn't have duplicateTab in there, which was causing a parsing error and skipping some of my other bindings, including scrollUpHalfPage / scrollDownHalfPage.

Here's my working config with the required binding list:

 {
  "excludedUrls": "https://monkeytype.com, https://docs.google.com",
  "linkHintCharacters": "asdfjklweio",
  "detectByCursorStyle": false,
  "scrollSize": 250,
  "openTabUrl": "https://google.com",
  "modifier": "",
  "smoothScroll": true,
  "scrollDuration": 25,
  "transparentBindings": true,
  "bindings": {
      "hintToggle": [ ";", "f" ],
      "newTabHintToggle": "shift+;",
      "scrollUp": [ "k","up"],
      "scrollDown": [ "j", "down" ],
      "scrollLeft": "h",
      "scrollRight": "l",
      "scrollUpHalfPage": ["ctrl+u", "shift-space"],
      "scrollDownHalfPage": ["ctrl+d", "space"],
      "goToPageTop": "g g",
      "goToPageBottom": "shift+g",
      "goToFirstInput": "g i",
      "goBack": "ctrl+o",
      "goForward": "ctrl+i",
      "reload": "r",
      "tabForward": "ctrl+l",
      "tabBack": "ctrl+h",
      "closeTab": "x",
      "openTab": "t",
      "duplicateTab": "y t"
  }
}

Feel free to cross-check and add any missing bindings and see if it fixes the issue for you.

from vimari.

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.