Skip to content

Instantly share code, notes, and snippets.

@b5
Created January 25, 2025 00:56
Show Gist options
  • Save b5/8a03cee3cf6321ee65ffcb28899c4362 to your computer and use it in GitHub Desktop.
Save b5/8a03cee3cf6321ee65ffcb28899c4362 to your computer and use it in GitHub Desktop.
// Zed keymap
//
// For information on binding keys, see the Zed
// documentation: https://zed.dev/docs/key-bindings
//
// To see the default key bindings run `zed: open default keymap`
// from the command palette.
[
{
"context": "Workspace",
"bindings": {
"ctrl-`": "terminal_panel::ToggleFocus"
}
},
{
"context": "Terminal",
"bindings": {
"ctrl-`": "workspace::ToggleBottomDock",
"cmd-n": "workspace::NewTerminal"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment