Skip to content

Commit

Permalink
fix appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
Apostolos Smyrnakis committed Jun 5, 2020
1 parent b79cec4 commit 4c9e88f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,17 @@ alias.cm commit -m
1) Install the [Settings sync](https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync) plugin.
2) Use the gist ID `508d76ad7d54c9a1b6cbc3c1c71e7343`
https://gist.github.com/smyrnakis/508d76ad7d54c9a1b6cbc3c1c71e7343
3) Configure `syncLocalSettings.json` file to use same `keybindings.json` across all Operating Systems:
3) Configure `syncLocalSettings.json` file to use same `keybindings.json` across all operating systems:

``` json
"universalKeybindings": true,
```
Windows `%APPDATA%\Code\User\`
macOS `$HOME/Library/Application Support/Code/User/`
Linux `$HOME/.config/Code/User/`
Location:

* Windows `%APPDATA%\Code\User\`
* macOS `$HOME/Library/Application Support/Code/User/`
* Linux `$HOME/.config/Code/User/`


* `Shift + Alt + U`: upload settings
* `Shift + Alt + D`: download settings
Expand Down

0 comments on commit 4c9e88f

Please sign in to comment.