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/) | ||||
| - [MarkdownPreview](https://github.com/facelessuser/MarkdownPreview) | ||||
| - [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" } | ||||
|   }, | ||||
|  | ||||
|   { // terminus -- open terminal in current file directory <Ctrl+Alt+T> | ||||
|     "keys": ["ctrl+alt+t"], | ||||
|   { // terminus -- open terminal in current file directory <Ctrl+[> | ||||
|     "keys": ["ctrl+["], | ||||
|     "command": "toggle_terminus_panel", | ||||
|     "args": { "cwd": "${file_path:${folder}}" } | ||||
|   }, | ||||
|   { // terminus -- close terminal while it is in focus with <Ctrl+W> | ||||
|     "keys": ["ctrl+w"], | ||||
|   { // terminus -- close terminal while it is in focus with <Ctrl+]> | ||||
|     "keys": ["ctrl+]"], | ||||
|     "command": "terminus_close", | ||||
|     "context": [{ "key": "terminus_view"}] | ||||
|   }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user