Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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