Python/SublimeText

From Wiki
< Python
Revision as of 13:17, 13 February 2018 by Marcluer (talk | contribs) (Die Seite wurde neu angelegt: „== Install == == Python3 build system == == Key bindings == * Preferences > Key Bindings <pre> [ { "keys": ["ctrl+escape"], "command": "cancel_build…“)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Install

Python3 build system

Key bindings

  • Preferences > Key Bindings
[
	    	{ "keys": ["ctrl+escape"], "command": "cancel_build" },
]