Compare commits
2 Commits
eb88a08c4e
...
b2ea4b5026
Author | SHA1 | Date | |
---|---|---|---|
b2ea4b5026 | |||
ece57a6cf1 |
15
README.md
15
README.md
@ -34,3 +34,18 @@ You can peruse freely, but use any files/settings/snippets at your own risk.
|
|||||||
- [ColorHelper](https://facelessuser.github.io/ColorHelper/)
|
- [ColorHelper](https://facelessuser.github.io/ColorHelper/)
|
||||||
- [MarkdownPreview](https://github.com/facelessuser/MarkdownPreview)
|
- [MarkdownPreview](https://github.com/facelessuser/MarkdownPreview)
|
||||||
- [Terminus](https://github.com/randy3k/Terminus)
|
- [Terminus](https://github.com/randy3k/Terminus)
|
||||||
|
|
||||||
|
## Visual Studio Code
|
||||||
|
|
||||||
|
- Refer to: https://code.visualstudio.com/docs/setup/linux
|
||||||
|
- Settings
|
||||||
|
- View >>> Appearance >>> Activity Bar Position >>> Bottom
|
||||||
|
- View >>> Appearance >>> Custom Title Bar >>> Hide
|
||||||
|
- View >>> Appearance >>> Move Primary Side Bar >>> Right
|
||||||
|
- Themes:
|
||||||
|
- [Ayu](https://marketplace.visualstudio.com/items?itemName=teabyii.ayu) >>> Ayu Dark Bordered
|
||||||
|
- [Tokyo Night](https://marketplace.visualstudio.com/items?itemName=enkia.tokyo-night) >>> Tokyo Night
|
||||||
|
- Icons:
|
||||||
|
- [Material Icon Theme](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme)
|
||||||
|
- Extensions:
|
||||||
|
- [Markdown All in One](https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one)
|
@ -10,13 +10,13 @@
|
|||||||
"args": {"target": "browser", "parser":"markdown" }
|
"args": {"target": "browser", "parser":"markdown" }
|
||||||
},
|
},
|
||||||
|
|
||||||
{ // terminus -- open terminal in current file directory <Ctrl+Alt+T>
|
{ // terminus -- open terminal in current file directory <Ctrl+[>
|
||||||
"keys": ["ctrl+alt+t"],
|
"keys": ["ctrl+["],
|
||||||
"command": "toggle_terminus_panel",
|
"command": "toggle_terminus_panel",
|
||||||
"args": { "cwd": "${file_path:${folder}}" }
|
"args": { "cwd": "${file_path:${folder}}" }
|
||||||
},
|
},
|
||||||
{ // terminus -- close terminal while it is in focus with <Ctrl+W>
|
{ // terminus -- close terminal while it is in focus with <Ctrl+]>
|
||||||
"keys": ["ctrl+w"],
|
"keys": ["ctrl+]"],
|
||||||
"command": "terminus_close",
|
"command": "terminus_close",
|
||||||
"context": [{ "key": "terminus_view"}]
|
"context": [{ "key": "terminus_view"}]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user