Skip to content

Instantly share code, notes, and snippets.

@alexd73
Last active November 8, 2018 14:13
Show Gist options
  • Save alexd73/84f68a9fd9bc9ca8202d362c616b1f72 to your computer and use it in GitHub Desktop.
Save alexd73/84f68a9fd9bc9ca8202d362c616b1f72 to your computer and use it in GitHub Desktop.
Настройки vscode
[
{
"key": "shift+numpad2",
"command": "cursorDownSelect",
"when": "textInputFocus"
},
{
"key": "shift+numpad1",
"command": "cursorEndSelect",
"when": "textInputFocus"
},
{
"key": "shift+numpad7",
"command": "cursorHomeSelect",
"when": "textInputFocus"
},
{
"key": "shift+numpad4",
"command": "cursorLeftSelect",
"when": "textInputFocus"
},
{
"key": "shift+numpad3",
"command": "cursorPageDownSelect",
"when": "textInputFocus"
},
{
"key": "shift+numpad9",
"command": "cursorPageUpSelect",
"when": "textInputFocus"
},
{
"key": "shift+numpad6",
"command": "cursorRightSelect",
"when": "textInputFocus"
},
{
"key": "shift+numpad8",
"command": "cursorUpSelect",
"when": "textInputFocus"
},
{
"key": "ctrl+shift+numpad7",
"command": "cursorTopSelect",
"when": "textInputFocus"
},
{
"key": "ctrl+shift+numpad6",
"command": "cursorWordEndRightSelect",
"when": "textInputFocus"
},
{
"key": "ctrl+shift+numpad4",
"command": "cursorWordStartLeftSelect",
"when": "textInputFocus"
},
{
"key": "ctrl+shift+numpad1",
"command": "cursorBottomSelect",
"when": "textInputFocus"
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment