Example 8350
Keyboard Shortcuts
Editor keyboard shortcut bindings.
{
editor: "vim"
shortcuts: [
{
key: "Ctrl+Shift+F"
action: "find_references"
when: "editor"
}
{
key: "Ctrl+D"
action: "select_all_occurrences"
when: "editor"
}
{
key: "Ctrl+`"
action: "select_all_occurrences"
when: "editor"
}
{
key: "Alt+F7"
action: "select_all_occurrences"
when: "terminal"
}
]
}