update keymap
This commit is contained in:
parent
cb09b8f675
commit
d6b334ceee
1 changed files with 9 additions and 6 deletions
|
@ -42,10 +42,13 @@
|
||||||
"shift-f11": "debugger::StepOut",
|
"shift-f11": "debugger::StepOut",
|
||||||
"f11": "zed::ToggleFullScreen",
|
"f11": "zed::ToggleFullScreen",
|
||||||
// todo(windows)
|
// todo(windows)
|
||||||
"ctrl-alt-z": "edit_prediction::RateCompletions",
|
// win -> but nealy none app use this
|
||||||
"ctrl-shift-i": "edit_prediction::ToggleMenu",
|
// vscode save all action => ctrl-alt-s ctrl-k s
|
||||||
// todo(windows)
|
// ctrl-alt-z => shift-alt-z or ctrl-shift-z
|
||||||
"ctrl-alt-l": "lsp_tool::ToggleMenu"
|
// "ctrl-alt-z": "edit_prediction::RateCompletions",
|
||||||
|
"ctrl-shift-i": "edit_prediction::ToggleMenu"
|
||||||
|
// todo(windows) (probably remove binding)
|
||||||
|
// "ctrl-alt-l": "lsp_tool::ToggleMenu"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -146,7 +149,7 @@
|
||||||
"ctrl-h": "buffer_search::DeployReplace",
|
"ctrl-h": "buffer_search::DeployReplace",
|
||||||
"ctrl-shift-.": "assistant::QuoteSelection",
|
"ctrl-shift-.": "assistant::QuoteSelection",
|
||||||
"ctrl-shift-,": "assistant::InsertIntoEditor",
|
"ctrl-shift-,": "assistant::InsertIntoEditor",
|
||||||
// todo(windows)
|
// todo(windows) (if vs code has a similar action, use that, otherwise remove this binding)
|
||||||
"ctrl-alt-e": "editor::SelectEnclosingSymbol",
|
"ctrl-alt-e": "editor::SelectEnclosingSymbol",
|
||||||
"ctrl-shift-backspace": "editor::GoToPreviousChange",
|
"ctrl-shift-backspace": "editor::GoToPreviousChange",
|
||||||
"ctrl-shift-alt-backspace": "editor::GoToNextChange",
|
"ctrl-shift-alt-backspace": "editor::GoToNextChange",
|
||||||
|
@ -198,7 +201,7 @@
|
||||||
"use_key_equivalents": true,
|
"use_key_equivalents": true,
|
||||||
"bindings": {
|
"bindings": {
|
||||||
"ctrl-k ctrl-r": "git::Restore",
|
"ctrl-k ctrl-r": "git::Restore",
|
||||||
// todo(windows)
|
// todo(windows) (find something, look at what vs code does)
|
||||||
"ctrl-alt-y": "git::ToggleStaged",
|
"ctrl-alt-y": "git::ToggleStaged",
|
||||||
"alt-y": "git::StageAndNext",
|
"alt-y": "git::StageAndNext",
|
||||||
"shift-alt-y": "git::UnstageAndNext"
|
"shift-alt-y": "git::UnstageAndNext"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue