Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ianwalter/dotvscode
Ian's VS Code configuration
https://github.com/ianwalter/dotvscode
configuration dotfiles vscode
Last synced: about 2 months ago
JSON representation
Ian's VS Code configuration
- Host: GitHub
- URL: https://github.com/ianwalter/dotvscode
- Owner: ianwalter
- License: other
- Created: 2017-11-26T21:29:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T13:41:48.000Z (over 4 years ago)
- Last Synced: 2024-11-02T01:23:01.256Z (3 months ago)
- Topics: configuration, dotfiles, vscode
- Language: Shell
- Size: 35.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotvscode
> Ian's [VS Code][vscodeUrl] configuration (part of [dotfiles][dotfilesUrl])## Installation
Add settings and installs extensions in the extensions list if they are not
already installed:```console
./install.sh
```## Update
Copy settings and the names of any installed extensions not in the extensions
list:```console
./update.sh
```## Cheatsheet
* `p` Opens the open file typeahead
* `p` Opens the command typeahead
* `~` Switches between the editor and terminal panels
* `1` Switches back to the editor from some other panel (e.g. Explorer)### Terminal
* `j` Toggles showing the terminal panel
* `` Toggles focus between the terminal and the editor
* `]` Switches to the next terminal window
* `[` Switches to the previous terminal window## License
Apache 2.0 with Commons Clause - See [LICENSE][licenseUrl]
Created by [Ian Walter](https://iankwalter.com)
[vscodeUrl]: https://code.visualstudio.com/
[dotfilesUrl]: https://github.com/ianwalter/dotfiles
[licenseUrl]: https://github.com/ianwalter/dotvscode/blob/master/LICENSE