From 5e5f123b6acfc06cbf384312c7c43026b9e25c54 Mon Sep 17 00:00:00 2001 From: fphemeral <fphemeral@i2pmail.org> Date: Sun, 19 Jan 2020 15:57:18 +0000 Subject: [PATCH] add doc on exit_chat --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 244ca0b..c5984f4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ in two modes: * command mode (blue bottom bar) * chat mode (green bottom bar) -commands in chat mode are called by prepending `/` so a `/back` brings you back to command mode +commands in chat mode are called by prepending `/` so a `/back` or `/exit_chat` brings you back to command mode commands are autocompleted thanks to the amazing prompt_toolkit package -- GitLab