Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@stephancom
Created August 13, 2019 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephancom/7f01fafd1cf6af53f2a14408216ad6eb to your computer and use it in GitHub Desktop.
Save stephancom/7f01fafd1cf6af53f2a14408216ad6eb to your computer and use it in GitHub Desktop.
set all tabs to scratch for closing in sublime
len([v.set_scratch(True) for v in sublime.Window.views(sublime.active_window())])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment