I am looking for a way to select text inside surrounding nearest parenthesis. For example if I am working with a string
(text \textit{text2 $a^2=b$} text3)
this command selects whole string in case if my cursor is on text, textit or text3. In case my cursor is on tex2 it selects
{text2 $a^2=b$}
An if it is inside '$..$' it selects math expression. It would be very nice if i could interactively change the selection region from smaller to bigger and vice versa.