1
0
Fork 0

- used TAB to move to next unread message.

This commit is contained in:
cage 2021-07-09 14:03:40 +02:00
parent 4407ef3426
commit a8ff325e9d
1 changed files with 2 additions and 0 deletions

View File

@ -225,6 +225,8 @@
(define-key "n" #'thread-search-next-unread-message *thread-keymap*)
(define-key "C-I" #'thread-search-next-unread-message *thread-keymap*)
(define-key "home" #'thread-goto-first-message *thread-keymap*)
(define-key "end" #'thread-goto-last-message *thread-keymap*)