My motions
Do not require holding down C-
to move point in notmuch-hello
.
(with-eval-after-load 'notmuch
(keymap-set notmuch-hello-mode-map "n" #'next-line)
(keymap-set notmuch-hello-mode-map "p" #'previous-line)
(keymap-set notmuch-hello-mode-map "f" #'forward-char)
(keymap-set notmuch-hello-mode-map "b" #'backward-char))