From 7b641da131c4772aed380f05292beeccb094e889 Mon Sep 17 00:00:00 2001 From: Chris Dias Date: Mon, 21 Mar 2016 17:25:26 -0700 Subject: [PATCH] update readme, add typescript to package.json --- README.md | 16 ++++++++++------ package.json | 5 +++-- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7ec75fd..e940923 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ -# Sublime Keybindings +# Sublime Keybindings for VS Code +The Sublime Keybindings extension maps common Sublime keybindings to VS Code keybindings. After installing the extension and restarting Code your favorite +key bindings from Sublime are now available. For example, `ALT+CMD+/` uncomments a line. See [package.json](package.json) for the complete list of bindings +supported today. -Ports Sublime keybindings to VS Code for Mac. - -There was a lot to do here, so if you find something missing please open an issue and let me know. - -Todos: +This is early work so there are keybindings missing, please open an issue with suggestions! + +##Todos: - Windows / Linux keybindings. - Finish conversion tool. See `convert.js` for the code to migrate Sublime key bindings to VS Code key bindings with a script. + +## License +[MIT](license.txt) \ No newline at end of file diff --git a/package.json b/package.json index 81b254f..e2d9f39 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "bugs": { "url": "https://github.com/Microsoft/vscode-sublime-keybindings/issues" }, - "license": "license.txt", + "license": "SEE LICENSE IN license.txt", "contributes": { "keybindings": [ { @@ -264,7 +264,8 @@ }, "devDependencies": { "babel-preset-es2015": "^6.6.0", - "vscode": "^0.11.0" + "vscode": "^0.11.0", + "typescript": "*" }, "dependencies": { "jsonfile": "^2.2.3"