|
42 | 42 | "shift-f11": "debugger::StepOut",
|
43 | 43 | "f11": "zed::ToggleFullScreen",
|
44 | 44 | // todo(windows)
|
45 |
| - "ctrl-alt-z": "edit_prediction::RateCompletions", |
46 |
| - "ctrl-shift-i": "edit_prediction::ToggleMenu", |
47 |
| - // todo(windows) |
48 |
| - "ctrl-alt-l": "lsp_tool::ToggleMenu" |
| 45 | + // win -> but nealy none app use this |
| 46 | + // vscode save all action => ctrl-alt-s ctrl-k s |
| 47 | + // ctrl-alt-z => shift-alt-z or ctrl-shift-z |
| 48 | + // "ctrl-alt-z": "edit_prediction::RateCompletions", |
| 49 | + "ctrl-shift-i": "edit_prediction::ToggleMenu" |
| 50 | + // todo(windows) (probably remove binding) |
| 51 | + // "ctrl-alt-l": "lsp_tool::ToggleMenu" |
49 | 52 | }
|
50 | 53 | },
|
51 | 54 | {
|
|
146 | 149 | "ctrl-h": "buffer_search::DeployReplace",
|
147 | 150 | "ctrl-shift-.": "assistant::QuoteSelection",
|
148 | 151 | "ctrl-shift-,": "assistant::InsertIntoEditor",
|
149 |
| - // todo(windows) |
| 152 | + // todo(windows) (if vs code has a similar action, use that, otherwise remove this binding) |
150 | 153 | "ctrl-alt-e": "editor::SelectEnclosingSymbol",
|
151 | 154 | "ctrl-shift-backspace": "editor::GoToPreviousChange",
|
152 | 155 | "ctrl-shift-alt-backspace": "editor::GoToNextChange",
|
|
198 | 201 | "use_key_equivalents": true,
|
199 | 202 | "bindings": {
|
200 | 203 | "ctrl-k ctrl-r": "git::Restore",
|
201 |
| - // todo(windows) |
| 204 | + // todo(windows) (find something, look at what vs code does) |
202 | 205 | "ctrl-alt-y": "git::ToggleStaged",
|
203 | 206 | "alt-y": "git::StageAndNext",
|
204 | 207 | "shift-alt-y": "git::UnstageAndNext"
|
|
0 commit comments