From 8bafae7d11d6d65989f50d49373a115c02b7ee85 Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Mon, 18 Dec 2023 12:40:31 +0100 Subject: [PATCH] Remap outline commands (again) --- plugs/editor/editor.plug.yaml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/plugs/editor/editor.plug.yaml b/plugs/editor/editor.plug.yaml index 40c041d1..226f6e6f 100644 --- a/plugs/editor/editor.plug.yaml +++ b/plugs/editor/editor.plug.yaml @@ -215,42 +215,40 @@ functions: path: ./outline.ts:indentItem command: name: "Outline: Move Right" - key: "Alt-ArrowRight" + key: "Alt->" outlineOutdent: path: ./outline.ts:outdentItem command: name: "Outline: Move Left" - key: "Alt-ArrowLeft" + key: "Alt-<" # Outline folding commands foldCommand: path: ./outline.ts:foldCommand command: name: "Outline: Fold" - key: "Alt-Shift-ArrowLeft" + key: "Ctrl-Alt-[" unfoldCommand: path: ./outline.ts:unfoldCommand command: name: "Outline: Unfold" - key: "Alt-Shift-ArrowRight" + key: "Ctrl-Alt-]" toggleFoldCommand: path: ./outline.ts:toggleFoldCommand command: name: "Outline: Toggle Fold" - mac: "Alt-Shift-f" key: "Alt-Shift-f" foldAllCommand: path: ./outline.ts:foldAllCommand command: name: "Outline: Fold All" - key: "Alt-Shift-ArrowUp" + key: "Ctrl-Alt-Shift-[" unfoldAllCommand: path: ./outline.ts:unfoldAllCommand command: name: "Outline: Unfold All" - key: "Alt-Shift-ArrowDown" - + key: "Ctrl-Alt-Shift-]" # Demo customFlashMessage: