dotfiles

My PC Dotfiles & Website

keymap.json (430B)


[
  {
    "context": "Workspace",
    "bindings": {
      "ctrl-/": "command_palette::Toggle",
      "alt-t": "terminal_panel::ToggleFocus",
      "ctrl-shift-t": "workspace::NewCenterTerminal",
      "ctrl-q": null
    }
  },
  {
    "context": "Editor",
    "bindings": {
      "ctrl-/": "command_palette::Toggle",
      "ctrl-d": "editor::DeleteLine",
      "ctrl-'": "editor::ToggleComments",
      "ctrl-q": null
    }
  }
]