User Tools

Site Tools


Translations of this page:



最近の更新



Tag Cloud

en:50_dialy:2025:03:20

This is an old revision of the document!


FIXME This page is not fully translated, yet. Please help completing the translation.
(remove this paragraph once the translation is finished)

2025.03.20 Zed Keymap

Setting up the keymap in the Zed editor

Open zed:open keymap with Shift+Ctrl+P

Since the shortcuts for the terminal and assistant were not working, I configured them as follows in my environment:

keymap.json

[
  {
    "bindings": {
      "ctrl-k ctrl-s": "zed::OpenKeymap",
      "ctrl-shift-t": "terminal_panel::ToggleFocus",
      "ctrl-shift-a": "assistant::ToggleFocus",
      "ctrl-shift-y": "workspace::CloseAllDocks"
    }
  }
]

Location of keymap.json

The file will be created at the following location:

%appdata%\zed\keymap.json
en/50_dialy/2025/03/20.1742435215.txt.gz · Last modified: 2025/03/20 10:46 by matsui