Reputation: 12423
I'm quite accustomed to the key mappings used in TextWrangler and other editors and I'd like to migrate those mappings into VS Code.
Is it possible to import key mappings from external applications in VS Code?
(Wild card: Failing the above question, does anyone publish key mapping files for VS Code?)
Upvotes: 0
Views: 273
Reputation: 2209
You can install a Keymap extension that brings the keyboard shortcuts from your favorite editor to VS Code.
Go to Preferences > Keymap Extensions
to see the current list on the Marketplace.
Reference: https://code.visualstudio.com/docs/getstarted/tips-and-tricks
Upvotes: 1