Deot Preferences
Theme
  
  
  
  
  
Commands
deot.pasteAndIndent: paste and indent(st4) 
 
{
	"key": "cmd+shift+v",
	"command": "deot.pasteAndIndent",
	"when": "editorTextFocus && !editorReadonly"
}
 
deot.2spaceToTab: 2Spaces/Tab -> Tab 
 
{
	"key": "cmd+2",
	"command": "deot.2spaceToTab",
	"when": "editorFocus"
}
 
deot.4spaceToTab: 4Spaces/Tab -> Tab 
 
{
	"key": "cmd+4",
	"command": "deot.4spaceToTab",
	"when": "editorFocus"
}
 
 |  |