llkjdsaljkdsalkj

This commit is contained in:
2025-03-20 15:51:12 +01:00
parent f0bed5a2bc
commit 5722f73907
3 changed files with 35 additions and 4 deletions
+12 -3
View File
@@ -49,6 +49,15 @@
"ctrl-e": "project_panel::ToggleFocus"
}
},
// {
// // TODO
// "context": "Editor && multibuffer",
// "bindings": {
// // "ctrl-k ctrl-1": ["editor::FoldAtLevel", 0],
// "ctrl-k ctrl-1": "editor::FoldAll",
// "ctrl-k ctrl-0": "editor::UnfoldAll"
// }
// },
{
"context": "Editor && mode == full",
"bindings": {
@@ -85,10 +94,10 @@
"ctrl-'": ["editor::ToggleComments", { "advance_downwards": false }],
"ctrl-r": "editor::ToggleLineNumbers",
"ctrl-r": "editor::ToggleLineNumbers"
"alt-pageup": ["workspace::ActivatePaneInDirection", "Left"],
"alt-pagedown": ["workspace::ActivatePaneInDirection", "Right"]
// "alt-pageup": ["workspace::ActivatePaneInDirection", "Left"],
// "alt-pagedown": ["workspace::ActivatePaneInDirection", "Right"]
}
},
{