Skip to Main Content

SQL Developer

Announcement

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!

shortcut key ?

thrupassApr 19 2017 — edited Apr 20 2017

Hi, experts

ENV

====

sql developer 4.2 (latest)

Is there no shortcut key for moving cursor to nearest "(" or ")" to its match  on worksheet ?

It seems like % of vi editor

cf )) vi editor : % ---> match nearest [],(),{} on line, to its match (same line or others)

Thanks in advance.

This post has been answered by SteveB on Apr 19 2017
Jump to Answer

Comments

SteveB
Answer

Check out Preferences, Shortcut Keys. For Mac, it looks like this:

Screen Shot 2017-04-20 at 12.53.47 pm.png

Hope this helps,

Steve

Marked as Answer by thrupass · Sep 27 2020
Gaz in Oz

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.

pastedImage_0.png.

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.

thrupass

Thanks

1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 18 2017
Added on Apr 19 2017
3 comments
176 views