For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
I only want the PL/SQL results to show.....is there a setting for that option ?
SET SERVEROUTPUT ON ?
Check out Preferences, Shortcut Keys. For Mac, it looks like this:
Hope this helps,
Steve
It appears that <ALT>[ and <ALT>] are defined by default. (pressing <ALT> "either square bracket" will toggle between opening and closing bracket pair).
You have to have the cursor right next to a bracket for it to match its paired bracket.
.
Redefining one or other to <ALT>5 will kind of mimic vi, except it is <ALT>5 instead of vi's <SHIFT>5 (%).
Note: <ALT>5 may already be defined and this will override that.
Thanks