mirror of
https://codeberg.org/cage/tinmop/
synced 2025-01-20 03:08:54 +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
|
||||
thread-search-next-unread-message
|
||||
.TP
|
||||
\fBu \fP
|
||||
thread-search-next-undeleted-message
|
||||
.TP
|
||||
\fBr \fP
|
||||
reply-message
|
||||
.TP
|
||||
|
@ -416,6 +416,7 @@
|
||||
- l :: open-message-link
|
||||
- left :: open-previous
|
||||
- n :: thread-search-next-unread-message
|
||||
- u :: thread-search-next-undeleted-message
|
||||
- r :: reply-message
|
||||
- right :: open-next
|
||||
- s d :: status-tree->text
|
||||
|
@ -395,7 +395,7 @@
|
||||
|
||||
(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*)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user