Created
July 13, 2024 08:15
-
-
Save rg3915/9b1c9bfdd84b2e2967eaa422a51d2c5c to your computer and use it in GitHub Desktop.
Zed Editor keymap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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