Created
January 5, 2026 20:57
-
-
Save zvakanaka/2a4fc09232edecfced22d0efcf21e229 to your computer and use it in GitHub Desktop.
~/.config/zed/keymap.json
This file contains hidden or 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 && vim_mode == insert && !menu", | |
| "bindings": { | |
| "ctrl-s": ["workspace::SendKeystrokes", "escape : w enter"], | |
| }, | |
| }, | |
| { | |
| "context": "Editor && vim_mode == normal", | |
| "bindings": { | |
| "ctrl-s": "workspace::Save", | |
| }, | |
| }, | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment