Skip to content

Commit

Permalink
Document completing Emoji shortcodes (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulyssa committed Oct 7, 2023
1 parent 763263e commit c62072c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/keybindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ documentation.
| Normal, Visual | `^F` | `<PageDown>` | See [Message Scrollback] |
| Normal, Visual | `^D` | | See [Message Scrollback] |
| Normal | `^I` | `<Tab>` | See [Switching Windows] |
| Insert | `^N` | | See [Sending] |
| Normal | `^O` | | See [Switching Windows] |
| Insert | `^P` | | See [Sending] |
| Normal, Visual | `^U` | | See [Message Scrollback] |
| Normal, Visual | `^Wf` | `^W^F` | See [Opening Tabs] |
| Normal, Visual | `^Wh` | `^W^H` | See [Switching Windows] |
Expand Down
5 changes: 5 additions & 0 deletions src/messages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ key from either Normal or Insert mode.
> `^V^J`. You can also use the `O` and `o` keys to insert a blank line before
> or after the current line respectively.
From within the message bar, you can complete Matrix usernames, room aliases
and identifiers, and Emoji shortcodes (e.g., `:heart:`) by using `^N` and `^P`
to start cycling forwards or backwards through the list of possible
completions.

The `:upload` command allows you to specify a file to send to the currently
focused room:

Expand Down

0 comments on commit c62072c

Please sign in to comment.