Skip to content

Instantly share code, notes, and snippets.

@zvakanaka
Created January 5, 2026 20:57
Show Gist options
  • Select an option

  • Save zvakanaka/2a4fc09232edecfced22d0efcf21e229 to your computer and use it in GitHub Desktop.

Select an option

Save zvakanaka/2a4fc09232edecfced22d0efcf21e229 to your computer and use it in GitHub Desktop.
~/.config/zed/keymap.json
[
{
"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