From 2732655549f77348200158a585f12ce9494f59c5 Mon Sep 17 00:00:00 2001 From: Trygve Aaberge Date: Sun, 11 Nov 2018 14:24:06 +0100 Subject: Clarify usage of mouse and cursor mode --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 205f280..957fadf 100644 --- a/README.md +++ b/README.md @@ -276,7 +276,9 @@ To enable tab completion of emojis, copy or symlink the `weemoji.json` file to y #### Cursor and mouse mode -The cursor mode and mouse mode can be used to interact with older messages, for editing, deleting, reacting and replying to a message. The default behavior when right-clicking on a message is to paste its id in the input. It can be used in `/reply`, `s/` substitution/deletion and in `+:emoji:` commands instead of a message number. +The cursor mode and mouse mode can be used to interact with older messages, for editing, deleting, reacting and replying to a message. Mouse mode can be toggled by pressing `Alt`+`m` and cursor mode can be entered by running `/cursor` (see `/help cursor`). + +If mouse mode is enabled, the default behavior when right-clicking on a message is to paste its id in the input. It can be used in `/reply`, `s/` substitution/deletion and in `+:emoji:` commands instead of a message number. It can also be used as an argument to the `/slack linkarchive` command. In cursor mode, the `M` key achieves the same result (memo: the default for weechat is to paste the message with `m`, `M` simply copies the id). -- cgit