Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bnhovde/st-vscode-key-mappings
Sublime Text / VS Code Key mappings
https://github.com/bnhovde/st-vscode-key-mappings
sublime-text vscode
Last synced: about 1 month ago
JSON representation
Sublime Text / VS Code Key mappings
- Host: GitHub
- URL: https://github.com/bnhovde/st-vscode-key-mappings
- Owner: bnhovde
- Created: 2015-11-18T21:55:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-09T19:22:44.000Z (about 9 years ago)
- Last Synced: 2023-08-30T23:19:47.278Z (over 1 year ago)
- Topics: sublime-text, vscode
- Size: 1000 Bytes
- Stars: 9
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sublime Text / VS Code Key mappings
A list of my most frequently used key commands and the equavilent in VS Code
Created to accompany my [article](https://medium.com/fed-or-dead/sublime-text-to-vs-code-87fccca84268#.dq9k3r55j) on going from ST to VS Code.
### OSX key mappings:
(Most frequently used)
Key Mapping | Sublime Text 2 | VS Code
------------ | ------------ | -------------
Go to File | cmd + P | cmd + P
Select next instance of the selected word | cmd + D | cmd + D
Create multiple cursors for multi-editing | cmd + click | alt + click
Duplicate current line | cmd + shift + D | alt + shift + up/down
Move current line up/down | ctrl + cmd + up/down | alt + up/down
Undo | cmd + z | cmd + z
Redo | cmd + y | cmd + shift + z### Useful resources
* [VS Code key bindings](https://code.visualstudio.com/docs/customization/keybindings)
* [Sublime Text key bindings](https://scotch.io/bar-talk/sublime-text-keyboard-shortcuts)