Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ksindi/vscode-config
:electron: My VS Code config
https://github.com/ksindi/vscode-config
Last synced: about 1 month ago
JSON representation
:electron: My VS Code config
- Host: GitHub
- URL: https://github.com/ksindi/vscode-config
- Owner: ksindi
- License: mit
- Created: 2018-10-16T22:38:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T16:11:50.000Z (over 6 years ago)
- Last Synced: 2025-01-07T06:13:26.729Z (about 1 month ago)
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vscode-config
## Exporting extensions
```bash
code --list-extensions | xargs -L 1 echo code --install-extension > extensions.list
```## Installing extensions
```bash
cat extensions.list | bash
```## Useful shortcuts
| Action | Shortcut | Source |
| ----------------- | -------------------- | ------ |
| Show explorer | Ctrl+Shift+E | |
| Go to file | Ctrl+P | |
| Move line up/down | Ctrl+up/down | Atom |
| Delete line | Ctrl+K | |
| Find and replace | Ctrl+Shift+F | Atom |
| Save All | Ctrl+Alt+S | |
| Uppercase | Ctrl+Shift+P > Upper | |
| Lowercase | Ctrl+Shift+P > Lower | |
| Preview markdown | Ctrl+Shift+M | Atom |https://code.visualstudio.com/shortcuts/keyboard-shortcuts-linux.pdf