This commit is contained in:
Wade Anderson 2017-02-03 09:19:59 -08:00
Родитель ef6df16fde
Коммит 0671ddafe6
1 изменённых файлов: 2 добавлений и 10 удалений

Просмотреть файл

@ -7,14 +7,6 @@
"engines": { "engines": {
"vscode": "^1.6.0" "vscode": "^1.6.0"
}, },
"categories": [
"categories": [
"categories": [
"categories": [
"categories": [
"categories": [
"categories": [
"categories": [
"categories": [ "categories": [
"Keymaps" "Keymaps"
], ],
@ -280,7 +272,7 @@
"win": "alt+shift+up", "win": "alt+shift+up",
"linux": "alt+shift+up", "linux": "alt+shift+up",
"key": "alt+shift+up", "key": "alt+shift+up",
"command": "cursorColumnSelectUp", "command": "editor.action.insertCursorAbove",
"when": "editorTextFocus" "when": "editorTextFocus"
}, },
{ {
@ -288,7 +280,7 @@
"win": "alt+shift+down", "win": "alt+shift+down",
"linux": "alt+shift+down", "linux": "alt+shift+down",
"key": "alt+shift+down", "key": "alt+shift+down",
"command": "cursorColumnSelectDown", "command": "editor.action.insertCursorBelow",
"when": "editorTextFocus" "when": "editorTextFocus"
}, },
{ {