Add portable Zed Gist sync configuration
This commit is contained in:
+81
@@ -0,0 +1,81 @@
|
||||
[
|
||||
{
|
||||
"bindings": {
|
||||
"f12": ["zed::IncreaseUiFontSize", { "persist": false }],
|
||||
"secondary-f12": ["zed::DecreaseUiFontSize", { "persist": false }],
|
||||
"secondary-1": "project_panel::ToggleFocus",
|
||||
"secondary-2": "terminal_panel::ToggleFocus",
|
||||
"secondary-3": "workspace::ToggleRightDock",
|
||||
"secondary-shift-g": "git_panel::ToggleFocus",
|
||||
"secondary-shift-v": "zed::Extensions",
|
||||
"secondary-p": "command_palette::Toggle",
|
||||
"secondary-o": "file_finder::Toggle",
|
||||
"secondary-9": "pane::ActivatePreviousItem",
|
||||
"secondary-0": "pane::ActivateNextItem",
|
||||
"alt-1": ["workspace::ActivatePane", 0],
|
||||
"alt-2": ["workspace::ActivatePane", 1],
|
||||
"alt-3": ["workspace::ActivatePane", 2],
|
||||
"alt-4": ["workspace::ActivatePane", 3],
|
||||
"alt-5": ["workspace::ActivatePane", 4],
|
||||
"secondary-shift-o": "workspace::Open",
|
||||
"secondary-enter": "workspace::ToggleZoom",
|
||||
"secondary-r": "task::Spawn",
|
||||
"secondary-shift-r": "projects::OpenRecent",
|
||||
"shift-alt-r": null,
|
||||
"secondary-; k": "workspace::Reload",
|
||||
"secondary-; g": "git::FileHistory",
|
||||
"secondary-; p": "git::Push",
|
||||
"secondary-; secondary-p": "git::Pull",
|
||||
"secondary-; n": "git::Branch",
|
||||
"secondary-; s": "git::StashAll",
|
||||
"secondary-; z": "git::StashPop",
|
||||
"secondary-; a": "git::StageAll",
|
||||
"secondary-; u": [
|
||||
"task::Spawn",
|
||||
{ "task_name": "Zed Settings: Push to GitHub Gist" }
|
||||
],
|
||||
"secondary-; d": [
|
||||
"task::Spawn",
|
||||
{ "task_name": "Zed Settings: Pull from GitHub Gist" }
|
||||
],
|
||||
"shift-alt--": [
|
||||
"task::Spawn",
|
||||
{ "task_name": "Toggle excluded files" }
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"context": "Workspace",
|
||||
"bindings": {
|
||||
"secondary-; c": "git_panel::ToggleFocus"
|
||||
}
|
||||
},
|
||||
{
|
||||
"context": "GitPanel",
|
||||
"bindings": {
|
||||
"secondary-; c": "git_panel::FocusEditor"
|
||||
}
|
||||
},
|
||||
{
|
||||
"context": "Editor && mode == full",
|
||||
"bindings": {
|
||||
"secondary-shift-[": "editor::Fold",
|
||||
"secondary-shift-]": "editor::UnfoldLines",
|
||||
"secondary--": "editor::FoldAll",
|
||||
"secondary-=": "editor::UnfoldAll"
|
||||
}
|
||||
},
|
||||
{
|
||||
"context": "Editor && extension == md",
|
||||
"bindings": {
|
||||
"alt-p": "markdown::OpenPreview",
|
||||
"shift-alt-p": "markdown::OpenPreviewToTheSide"
|
||||
}
|
||||
},
|
||||
{
|
||||
"context": "ProjectPanel",
|
||||
"bindings": {
|
||||
"alt--": "project_panel::CollapseAllEntries"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user