From ea813e39ba22197d302ef5734ec637302264f6f4 Mon Sep 17 00:00:00 2001 From: Isa Mert Gurbuz Date: Sun, 23 Aug 2020 23:30:58 +0300 Subject: [PATCH] fix whitespace --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e420923..65918dc 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ There are some basic commands that you can use. Hit `:` to enter command mode (o - `:attachClip` or `:c` attaches clipboard content to message. This command tries to detect clipboard content. If clipboard contains something with the mime-type `image/png` or `image/jpg`, simply attaches the image to message. If clipboard contains `text/uri-list` it attaches all the files in that URI list to your message. This command needs `xclip` installed. - `:toggleNotifications` or `:n` toggles desktop notifications. - `:edit` or `:e` lets you edit your message in your `$EDITOR`. -- `:toggleContactsSort` or `:s` toggles between sorting contacts alphabetically and by the most recent message. +- `:toggleContactsSort` or `:s` toggles between sorting contacts alphabetically and by the most recent message. - `:toggleAutohide` or `:h` toggles autohide property of the contacts pane. - `:renameContact [ID] NEW_NAME` renames contact `ID` to `NEW_NAME`. `ID` can be either contact's phone number or contact's current name. If `ID` is skipped, the contact from the currently opened conversation is used. If `ID` is a name that contains spaces, they need to be escaped or the whole name put in quotes. `NEW_NAME` can contain spaces without quotes or escaping. 'Contact' can be a group as well as an individual. Individual contacts' renames are local (not synced with the signal servers). - `:addContact NUMBER [NAME]` adds a new contact to the contact list. Added contacts' names are local (not synced with signal servers).