I have this text:
Monkeys eat {bananas}.
My cursor is in the middle of the word banana:
Monkeys eat {bana|nas}.
The symbol |indicates the cursor position.
How can I remove curly braces?
I can change bananas to apples simple ci}apples, maybe I could use a similar trick to get rid of the characters {and }?
Can I do this even in this case, which is actually what I really need to do ...
networks {
local
is|p
}
The simplified example given above was only to introduce the concept ...
source
share