Fixes #41
This commit is contained in:
Родитель
ef6df16fde
Коммит
0671ddafe6
12
package.json
12
package.json
|
@ -7,14 +7,6 @@
|
|||
"engines": {
|
||||
"vscode": "^1.6.0"
|
||||
},
|
||||
"categories": [
|
||||
"categories": [
|
||||
"categories": [
|
||||
"categories": [
|
||||
"categories": [
|
||||
"categories": [
|
||||
"categories": [
|
||||
"categories": [
|
||||
"categories": [
|
||||
"Keymaps"
|
||||
],
|
||||
|
@ -280,7 +272,7 @@
|
|||
"win": "alt+shift+up",
|
||||
"linux": "alt+shift+up",
|
||||
"key": "alt+shift+up",
|
||||
"command": "cursorColumnSelectUp",
|
||||
"command": "editor.action.insertCursorAbove",
|
||||
"when": "editorTextFocus"
|
||||
},
|
||||
{
|
||||
|
@ -288,7 +280,7 @@
|
|||
"win": "alt+shift+down",
|
||||
"linux": "alt+shift+down",
|
||||
"key": "alt+shift+down",
|
||||
"command": "cursorColumnSelectDown",
|
||||
"command": "editor.action.insertCursorBelow",
|
||||
"when": "editorTextFocus"
|
||||
},
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче