Skip to content

Instantly share code, notes, and snippets.

@rolanday
rolanday / settings.json
Created May 2, 2025 08:44 — forked from oca159/settings.json
Zed settings.json
// Zed settings
//
// For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed
//
// To see all of Zed's default settings without changing your
// custom settings, run `zed: open default settings` from the
// command palette
{
"edit_predictions": {
@rolanday
rolanday / keymap.json
Created May 2, 2025 08:38 — forked from oca159/keymap.json
zed keymap.json with same lazyvim keymaps
[
// Terminal
{
"context": "Workspace",
"bindings": {
"ctrl-/": "workspace::ToggleBottomDock"
}
},
// Window's navigation
{