Example 4846
Keyboard Shortcuts
Editor keyboard shortcut bindings.
{
editor: "emacs"
shortcuts: [
{
key: "F5"
action: "toggle_comment"
when: "editor"
}
{
key: "F5"
action: "find_references"
when: "global"
}
{
key: "Ctrl+B"
action: "command_palette"
when: "terminal"
}
{
key: "Ctrl+`"
action: "save"
when: "global"
}
{
key: "Ctrl+/"
action: "select_all_occurrences"
when: "terminal"
}
{
key: "Ctrl+D"
action: "find_references"
when: "terminal"
}
{
key: "Alt+Up"
action: "save"
when: "global"
}
]
}