Skip to content

Instantly share code, notes, and snippets.

@rg3915
Created July 13, 2024 08:15
Show Gist options
  • Save rg3915/9b1c9bfdd84b2e2967eaa422a51d2c5c to your computer and use it in GitHub Desktop.
Save rg3915/9b1c9bfdd84b2e2967eaa422a51d2c5c to your computer and use it in GitHub Desktop.
Zed Editor keymap
[
{
"context": "Editor",
"bindings": {
"ctrl-shift-enter": "editor::NewlineAbove",
"ctrl-enter": "editor::NewlineBelow"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment