CASE A
Write some stuff;
Press ESC;
All the text will disappear.
CASE B
Write some stuff;
Mention someone (Person-A);
Write more stuff after the mentioned name;
Press ESC;
The text entered after the mentioned name will disappear.
Example (with ! as the mention marker):
I love !PHP but Cobol is way more cool.
Press ESC and result will be:
I love !PHP
CASE A
Write some stuff;
Press ESC;
All the text will disappear.
CASE B
Write some stuff;
Mention someone (Person-A);
Write more stuff after the mentioned name;
Press ESC;
The text entered after the mentioned name will disappear.
Example (with ! as the mention marker):
I love !PHP but Cobol is way more cool.
Press ESC and result will be:
I love !PHP