Is there a way to select inside dollar signs $...$
possibly using tools within the vim-latex suite? Ideally, it would be vi$
to match vi(
, vi[
, vi"
which select the contents inside parentheses, brackets, and quotes, respectively.
A macro such
let @q='F$lvt$'
is undesirable since it isn't invoked by the obvious vi$
.
Thank you.