[notmuch] restore original movement keybindings

not sure why these we rebound...

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin 2019-11-17 16:01:21 -08:00 committed by Maximilian Wolff
parent 2c86f701c5
commit 6e57bdc5c6
No known key found for this signature in database
GPG Key ID: 2DD07025BFDBD89A
2 changed files with 6 additions and 6 deletions

View File

@ -2236,6 +2236,7 @@ Other:
- Try harder to find GitHub patch URL (thanks to Miciah Masters)
- Open GitHub patches fullscreen
- Add next and previous message bindings to notmuch-tree mode
- Change the C-n and C-p message bindings to their original N and P bindings
**** OCaml
- Allow initialization without requiring =opam= (thanks to Bernhard Schommer)
- Fixed misused functions, =merlin= is a package not a layer

View File

@ -86,18 +86,17 @@
(evilified-state-evilify-map notmuch-show-mode-map
:mode notmuch-show-mode
:bindings
;; In notmuch-show-mode n would be bound to `notmuch-show-next-message`
;; but the evilified state moves the `n' bound function to C-n while
;; it's counterpart `notmuch-show-previous-message` remains bound to
;; `p'. Adding a binding for the previous function to `C-p' becomes
;; handy while navigation messages back and forth.
(kbd "C-p") 'notmuch-show-previous-message
(kbd "N") 'notmuch-show-next-message
(kbd "P") 'notmuch-show-previous-message
(kbd "p") 'notmuch-show-previous-open-message
(kbd "n") 'notmuch-show-next-open-message
(kbd "o") 'notmuch-show-open-or-close-all
(kbd "O") 'spacemacs/notmuch-show-close-all)
(evilified-state-evilify-map notmuch-tree-mode-map
:mode notmuch-tree-mode
:bindings
(kbd "N") 'notmuch-tree-next-message
(kbd "P") 'notmuch-tree-prev-message
(kbd "d") 'spacemacs/notmuch-message-delete-down
(kbd "D") 'spacemacs/notmuch-message-delete-up
(kbd "n") 'notmuch-tree-next-matching-message