Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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