I want to try the following things in vim insert mode:
to have closing bracket/parenthesis inserted (after the cursor) every time I type the opening one
to have
#{}
inserted whenever I type#
inside""
(optionally, inside%()
too)
I know it is possible, but my competence in this part of vim does not even reach the self-starter level.