Compare commits
No commits in common. "b2ea4b50268db68e0a10049ae513449c6a8447db" and "eb88a08c4e58e5f1e5071c872a55a62aae0d86b7" have entirely different histories.
b2ea4b5026
...
eb88a08c4e
15
README.md
15
README.md
@ -34,18 +34,3 @@ 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+[>
|
{ // terminus -- open terminal in current file directory <Ctrl+Alt+T>
|
||||||
"keys": ["ctrl+["],
|
"keys": ["ctrl+alt+t"],
|
||||||
"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+]>
|
{ // terminus -- close terminal while it is in focus with <Ctrl+W>
|
||||||
"keys": ["ctrl+]"],
|
"keys": ["ctrl+w"],
|
||||||
"command": "terminus_close",
|
"command": "terminus_close",
|
||||||
"context": [{ "key": "terminus_view"}]
|
"context": [{ "key": "terminus_view"}]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user