kopecmaciej / vi-mongo

MongoDB TUI manager designed to simplify data visualization and quick manipulation
https://vi-mongo.com
Apache License 2.0
24 stars 0 forks source link

Default keybiding is get when `keys` or `runes` are not defined as empty #26

Open kopecmaciej opened 2 days ago

kopecmaciej commented 2 days ago
          I've also found that changing the `runes` JSON key to `keys` still persists the `?` as a keybind, so the following is my configuration for allowing `?` characters in the URL field:
{
  "global": {
    "toggleFullScreenHelp": {
      "keys": ["Ctrl+Z"],
      "runes": [""],
      "description": "Toggle full screen help"
    }
  }
}

Originally posted by @benjamindburke in https://github.com/kopecmaciej/vi-mongo/issues/24#issuecomment-2444595727