Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save drewdiver/f5990d96aba04809da54ccad9f37f633 to your computer and use it in GitHub Desktop.
Save drewdiver/f5990d96aba04809da54ccad9f37f633 to your computer and use it in GitHub Desktop.
tell application "BBEdit"
tell front window
set currentProportion to (get split proportion)
if currentProportion is greater than 0 then
set split proportion to 0
else
set split proportion to 30
end if
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment