Translations of this page:
- 日本語 (ja)
- English (en)
最近の更新
- 03 Zed editor 設定 [Windowsでビルド]
- 09 ↷ 50_dialy:2025:09:09 から 50_dialy:2025:09:08 へページを名称変更しました。
- 06 ↷ 50_dialy:2025:06 から 50_dialy:2025:09:06 へページを移動しました。
最近の更新
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"
}
}
]