- Notifications
You must be signed in to change notification settings - Fork 1
s/a/b and other quick edit shortcuts #34
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
s/a/b to replace the first occurrence of "a" in the last message with "b".
Example:
you: hello witld
someone else: hi
Then you send "s/it/or". The client intercepts the message. It doesn't send it but instead edits the last message:
you: hello world
someone else: hi
I don't know the origin of this. Maybe IRC.It's from the sed utility (see comment below).Discord supports "s/a/b" but there may be more.
When replying to a message, that message should be edited instead of the last.