diff options
author | mathieui <mathieui@mathieui.net> | 2012-05-17 01:00:35 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-05-17 01:00:35 +0200 |
commit | 0f7bda20b8b89bf334d67da45f4fc3e4dc8117f9 (patch) | |
tree | 7ed6d0e0b6b80544ff40eeb57daad0d7d8c0eac1 /doc | |
parent | da30c8c79f5950ef85296ba8f749b929b1bbbd57 (diff) | |
download | poezio-0f7bda20b8b89bf334d67da45f4fc3e4dc8117f9.tar.gz poezio-0f7bda20b8b89bf334d67da45f4fc3e4dc8117f9.tar.bz2 poezio-0f7bda20b8b89bf334d67da45f4fc3e4dc8117f9.tar.xz poezio-0f7bda20b8b89bf334d67da45f4fc3e4dc8117f9.zip |
Add a way to review room highlights - Fixes #1673
This new features is available with M-p and M-n (previous/next).
It saves the last highlight viewed, meaning that if you scroll in the
buffer, M-n or M-p will take you to the next or previous hl compared to
the one before you started scrolling.
For convenience, going to the previous highlight of the first highlight
will take you to the bottom of the buffer, and going to the next
highlight of the last highlight will do *the same*.
If there are several highlights in one message, only the first line will
be considered a highlight.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/keys.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/en/keys.txt b/doc/en/keys.txt index c1b9b7fd..07fd7d17 100644 --- a/doc/en/keys.txt +++ b/doc/en/keys.txt @@ -105,6 +105,10 @@ These keys work only in the MultiUserChat tab. *Alt-y*:: Scroll the user list up. +*Alt-p*:: Scroll to the previous highlight. + +*Alt-n*:: Scroll to the next highlight. + *tabulation*:: Complete a nick. *Ctrl-c*:: Insert xhtml formatting. You have to press Ctrl-c then a character |