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:
Evgeny Poberezkin
2022-04-10 12:18:53 +01:00
committed by GitHub
parent 6c2fb822d7
commit fd69b673d8
3 changed files with 21 additions and 9 deletions
+2 -1
View File
@@ -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"
]