Adds Sublime configs
This commit is contained in:
		
							parent
							
								
									39b2f859cb
								
							
						
					
					
						commit
						1f28006a9c
					
				
					 1 changed files with 30 additions and 0 deletions
				
			
		
							
								
								
									
										30
									
								
								README.md
									
										
									
									
									
								
							
							
						
						
									
										30
									
								
								README.md
									
										
									
									
									
								
							| 
						 | 
					@ -24,6 +24,36 @@ I'm documenting this for personal use. Shell settings, vim settings, commonly us
 | 
				
			||||||
* Origami - dep. of Vintageous-Origami (see above)
 | 
					* Origami - dep. of Vintageous-Origami (see above)
 | 
				
			||||||
* babel-sublime - supports JSNext features
 | 
					* babel-sublime - supports JSNext features
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#### Sublime preferences (user)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						"color_scheme": "Packages/User/SublimeLinter/Oceanic Next (SL).tmTheme",
 | 
				
			||||||
 | 
						"font_face": "Source Code Pro",
 | 
				
			||||||
 | 
						"font_size": 12,
 | 
				
			||||||
 | 
						"ignored_packages":
 | 
				
			||||||
 | 
						[
 | 
				
			||||||
 | 
							"Vintage",
 | 
				
			||||||
 | 
							"VintageousOrigami"
 | 
				
			||||||
 | 
						],
 | 
				
			||||||
 | 
						"tab_size": 2,
 | 
				
			||||||
 | 
						"theme": "Oceanic Next.sublime-theme",
 | 
				
			||||||
 | 
						"translate_tabs_to_spaces": true,
 | 
				
			||||||
 | 
						"vintage_start_in_command_mode": true,
 | 
				
			||||||
 | 
						"vintageous_use_ctrl_keys": true
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#### Sublime key-bindings (user)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					[
 | 
				
			||||||
 | 
					  { "keys": ["super+\\"], "command": "toggle_side_bar" },
 | 
				
			||||||
 | 
					  { "keys": ["ctrl+tab"], "command": "next_view" },
 | 
				
			||||||
 | 
					  { "keys": ["ctrl+shift+tab"], "command": "prev_view" }
 | 
				
			||||||
 | 
					]
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### other notes
 | 
					### other notes
 | 
				
			||||||
* add Adobe Source Code Pro font for shell and text editors
 | 
					* add Adobe Source Code Pro font for shell and text editors
 | 
				
			||||||
* increase trackpad / mouse speed to maximum levels
 | 
					* increase trackpad / mouse speed to maximum levels
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue