mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
terminal: use up arrow to edit the last message (#514)
* terminal: use up error to edit the last message * update help
This commit is contained in:
committed by
GitHub
parent
6c2fb822d7
commit
fd69b673d8
@@ -160,7 +160,8 @@ messagesHelpInfo =
|
||||
indent <> highlight "\\ #team hi " <> " - to delete your message in the group #team",
|
||||
"",
|
||||
green "Editing sent messages",
|
||||
"To edit a message that starts with \"hi\":",
|
||||
"To edit your last message press up arrow, edit (keep the initial ! symbol) and press enter.",
|
||||
"To edit your most recent message that starts with \"hi\":",
|
||||
indent <> highlight "! @alice (hi) <new msg> " <> " - to edit your message to alice",
|
||||
indent <> highlight "! #team (hi) <new msg> " <> " - to edit your message in the group #team"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user