Remap outline commands (again)
parent
b3d5af360b
commit
8bafae7d11
|
@ -215,42 +215,40 @@ functions:
|
||||||
path: ./outline.ts:indentItem
|
path: ./outline.ts:indentItem
|
||||||
command:
|
command:
|
||||||
name: "Outline: Move Right"
|
name: "Outline: Move Right"
|
||||||
key: "Alt-ArrowRight"
|
key: "Alt->"
|
||||||
|
|
||||||
outlineOutdent:
|
outlineOutdent:
|
||||||
path: ./outline.ts:outdentItem
|
path: ./outline.ts:outdentItem
|
||||||
command:
|
command:
|
||||||
name: "Outline: Move Left"
|
name: "Outline: Move Left"
|
||||||
key: "Alt-ArrowLeft"
|
key: "Alt-<"
|
||||||
|
|
||||||
# Outline folding commands
|
# Outline folding commands
|
||||||
foldCommand:
|
foldCommand:
|
||||||
path: ./outline.ts:foldCommand
|
path: ./outline.ts:foldCommand
|
||||||
command:
|
command:
|
||||||
name: "Outline: Fold"
|
name: "Outline: Fold"
|
||||||
key: "Alt-Shift-ArrowLeft"
|
key: "Ctrl-Alt-["
|
||||||
unfoldCommand:
|
unfoldCommand:
|
||||||
path: ./outline.ts:unfoldCommand
|
path: ./outline.ts:unfoldCommand
|
||||||
command:
|
command:
|
||||||
name: "Outline: Unfold"
|
name: "Outline: Unfold"
|
||||||
key: "Alt-Shift-ArrowRight"
|
key: "Ctrl-Alt-]"
|
||||||
toggleFoldCommand:
|
toggleFoldCommand:
|
||||||
path: ./outline.ts:toggleFoldCommand
|
path: ./outline.ts:toggleFoldCommand
|
||||||
command:
|
command:
|
||||||
name: "Outline: Toggle Fold"
|
name: "Outline: Toggle Fold"
|
||||||
mac: "Alt-Shift-f"
|
|
||||||
key: "Alt-Shift-f"
|
key: "Alt-Shift-f"
|
||||||
foldAllCommand:
|
foldAllCommand:
|
||||||
path: ./outline.ts:foldAllCommand
|
path: ./outline.ts:foldAllCommand
|
||||||
command:
|
command:
|
||||||
name: "Outline: Fold All"
|
name: "Outline: Fold All"
|
||||||
key: "Alt-Shift-ArrowUp"
|
key: "Ctrl-Alt-Shift-["
|
||||||
unfoldAllCommand:
|
unfoldAllCommand:
|
||||||
path: ./outline.ts:unfoldAllCommand
|
path: ./outline.ts:unfoldAllCommand
|
||||||
command:
|
command:
|
||||||
name: "Outline: Unfold All"
|
name: "Outline: Unfold All"
|
||||||
key: "Alt-Shift-ArrowDown"
|
key: "Ctrl-Alt-Shift-]"
|
||||||
|
|
||||||
|
|
||||||
# Demo
|
# Demo
|
||||||
customFlashMessage:
|
customFlashMessage:
|
||||||
|
|
Loading…
Reference in New Issue