Skip to content

Instantly share code, notes, and snippets.

@rwilcox
Last active August 29, 2015 14:16
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rwilcox/988dd34fdfe37290c09f to your computer and use it in GitHub Desktop.
Save rwilcox/988dd34fdfe37290c09f to your computer and use it in GitHub Desktop.
Turn BBEdit into a distraction free writing environment
tell application "BBEdit"
tell window 1
set show line numbers to (not show line numbers)
set show toolbar to (not show toolbar)
set show gutter to (not show gutter)
set show navigation bar to (not show navigation bar)
-- set show status bar to false
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment