Fixes #30
This commit is contained in:
Родитель
88e1bb6c95
Коммит
74750d8e51
11
package.json
11
package.json
|
@ -2,7 +2,7 @@
|
|||
"name": "sublime-keybindings",
|
||||
"displayName": "Sublime Text Keymap",
|
||||
"description": "Popular Sublime Text keybindings for VS Code.",
|
||||
"version": "1.6.1",
|
||||
"version": "1.8.0",
|
||||
"publisher": "ms-vscode",
|
||||
"engines": {
|
||||
"vscode": "^1.6.0"
|
||||
|
@ -421,6 +421,13 @@
|
|||
"key": "ctrl+alt+shift+right",
|
||||
"command": "cursorWordEndRightSelect",
|
||||
"when": "editorTextFocus"
|
||||
},
|
||||
{
|
||||
"mac": "cmd+ctrl+shift+f",
|
||||
"win": "shift+f11",
|
||||
"linux": "shift+f11",
|
||||
"key": "shift+f11",
|
||||
"command": "workbench.action.toggleZenMode"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -428,7 +435,7 @@
|
|||
"postinstall": "node ./node_modules/vscode/bin/install"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vscode": "^0.9.0"
|
||||
"vscode": "^1.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"jsonfile": "^2.2.3"
|
||||
|
|
Загрузка…
Ссылка в новой задаче