diff --git a/etc/init.lisp b/etc/init.lisp index 8776adc..d5185d4 100644 --- a/etc/init.lisp +++ b/etc/init.lisp @@ -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*)