This repository was archived by the owner on Jan 3, 2025. It is now read-only.

Description
Missing feature
Currently when one selects text and presses round or square brackets it surrounds the selected text. Yet, this behavior is missing for curly brackets.
This would be very useful because the curly brackets are used extensively with the standard library strformat fmt.
Expected behavior
- Select text
some text
- Press
shift+{
- Curly brackets now enclose selected text
{some text}
Actual behavior:
- Select text
some text
- Press
shift+{
- Left curly bracket replaces selected text:
{