mirror of
https://github.com/rbreaves/kinto.git
synced 2025-06-28 00:51:44 +02:00
31 lines
756 B
JSON
31 lines
756 B
JSON
// Place your key bindings in this file to override the defaultsauto[]
|
|
[
|
|
{
|
|
"key": "alt+left",
|
|
"command": "-workbench.action.terminal.focusPreviousPane",
|
|
"when": "terminalFocus"
|
|
},
|
|
{
|
|
"key": "alt+right",
|
|
"command": "-workbench.action.terminal.focusNextPane",
|
|
"when": "terminalFocus"
|
|
},
|
|
{
|
|
"key": "alt+right",
|
|
"command": "cursorWordRight"
|
|
},
|
|
{
|
|
"key": "alt+left",
|
|
"command": "cursorWordLeft"
|
|
},
|
|
{
|
|
"key": "shift+alt+left",
|
|
"command": "cursorWordStartLeftSelect",
|
|
"when": "textInputFocus"
|
|
},
|
|
{
|
|
"key": "shift+alt+right",
|
|
"command": "cursorWordEndRightSelect",
|
|
"when": "textInputFocus"
|
|
}
|
|
] |