// Zed keymap // // For information on binding keys, see the Zed // documentation: https://zed.dev/docs/key-bindings // // To see the default key bindings run `zed: open default keymap` // from the command palette. [ { "context": "Workspace", "bindings": { // "shift shift": "file_finder::Toggle" } }, { "context": "Editor", "bindings": {} }, { "context": "VimControl && !menu", "bindings": { "-": "vim::EndOfLine" } }, { "context": "vim_mode == normal && !menu", "bindings": { "H": "editor::ToggleFold" } } ]