Skip to content

Instantly share code, notes, and snippets.

@MrSunshyne
Created March 5, 2024 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MrSunshyne/d3e5a58eba5fabc44c4716e0cb7c70d0 to your computer and use it in GitHub Desktop.
Save MrSunshyne/d3e5a58eba5fabc44c4716e0cb7c70d0 to your computer and use it in GitHub Desktop.
Zed keymap for missing VSCode key bindings
[
{
"context": "Editor",
"bindings": {
"alt-up": "editor::MoveLineUp",
"alt-down": "editor::MoveLineDown",
"alt-shift-down": "editor::DuplicateLine",
"alt-shift-up": ["workspace::SendKeystrokes", "alt-shift-down up"],
"cmd-shift-k": "editor::DeleteLine"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment