Skip to content

Instantly share code, notes, and snippets.

@mustakimali
Last active June 6, 2024 20:17
Show Gist options
  • Save mustakimali/741dc3141410afb18cf7c55f6e71e97b to your computer and use it in GitHub Desktop.
Save mustakimali/741dc3141410afb18cf7c55f6e71e97b to your computer and use it in GitHub Desktop.
Zed keymap similar to VSCode for linux/windows
[
{
"context": "Editor",
"bindings": {
"ctrl-t": "project_symbols::Toggle",
"ctrl-shift-t": "file_finder::Toggle",
"ctrl-p": "command_palette::Toggle",
"alt-g alt-g": "editor::GoToDefinition",
"alt-f alt-f": "editor::FindAllReferences",
"alt-g alt-i": "editor::GoToImplementationSplit",
"ctrl-k ctrl-c": "editor::ToggleComments",
"ctrl-/": "vim::Search",
"ctrl-r ctrl-r": "editor::Rename",
"ctrl-d": "editor::DuplicateLineDown"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment