Skip to content

Commit a0f596b

Browse files
committed
update keymap
1 parent 53ca547 commit a0f596b

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

assets/keymaps/default-windows.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,13 @@
4242
"shift-f11": "debugger::StepOut",
4343
"f11": "zed::ToggleFullScreen",
4444
// 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"
4952
}
5053
},
5154
{
@@ -146,7 +149,7 @@
146149
"ctrl-h": "buffer_search::DeployReplace",
147150
"ctrl-shift-.": "assistant::QuoteSelection",
148151
"ctrl-shift-,": "assistant::InsertIntoEditor",
149-
// todo(windows)
152+
// todo(windows) (if vs code has a similar action, use that, otherwise remove this binding)
150153
"ctrl-alt-e": "editor::SelectEnclosingSymbol",
151154
"ctrl-shift-backspace": "editor::GoToPreviousChange",
152155
"ctrl-shift-alt-backspace": "editor::GoToNextChange",
@@ -198,7 +201,7 @@
198201
"use_key_equivalents": true,
199202
"bindings": {
200203
"ctrl-k ctrl-r": "git::Restore",
201-
// todo(windows)
204+
// todo(windows) (find something, look at what vs code does)
202205
"ctrl-alt-y": "git::ToggleStaged",
203206
"alt-y": "git::StageAndNext",
204207
"shift-alt-y": "git::UnstageAndNext"

0 commit comments

Comments
 (0)