Created
May 12, 2020 12:12
-
-
Save drewdiver/f5990d96aba04809da54ccad9f37f633 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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