mirror of
https://codeberg.org/cage/tinmop/
synced 2025-02-01 04:26:47 +01:00
- changed command's' keychord;
- updated manpage.
This commit is contained in:
parent
933a1e7f79
commit
5f48c72d02
@ -737,6 +737,9 @@ open-previous
|
|||||||
\fBn \fP
|
\fBn \fP
|
||||||
thread-search-next-unread-message
|
thread-search-next-unread-message
|
||||||
.TP
|
.TP
|
||||||
|
\fBu \fP
|
||||||
|
thread-search-next-undeleted-message
|
||||||
|
.TP
|
||||||
\fBr \fP
|
\fBr \fP
|
||||||
reply-message
|
reply-message
|
||||||
.TP
|
.TP
|
||||||
|
@ -416,6 +416,7 @@
|
|||||||
- l :: open-message-link
|
- l :: open-message-link
|
||||||
- left :: open-previous
|
- left :: open-previous
|
||||||
- n :: thread-search-next-unread-message
|
- n :: thread-search-next-unread-message
|
||||||
|
- u :: thread-search-next-undeleted-message
|
||||||
- r :: reply-message
|
- r :: reply-message
|
||||||
- right :: open-next
|
- right :: open-next
|
||||||
- s d :: status-tree->text
|
- s d :: status-tree->text
|
||||||
|
@ -395,7 +395,7 @@
|
|||||||
|
|
||||||
(define-key "n" #'thread-search-next-unread-message *thread-keymap*)
|
(define-key "n" #'thread-search-next-unread-message *thread-keymap*)
|
||||||
|
|
||||||
(define-key "C-u" #'thread-search-next-undeleted-message *thread-keymap*)
|
(define-key "u" #'thread-search-next-undeleted-message *thread-keymap*)
|
||||||
|
|
||||||
(define-key "r" #'reply-message *thread-keymap*)
|
(define-key "r" #'reply-message *thread-keymap*)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user