]> rtime.felk.cvut.cz Git - notmuch.git/commit
emacs: Move ?, q, s, m, =, and G to the common keymap
authorAustin Clements <amdragon@MIT.EDU>
Tue, 3 Sep 2013 21:45:25 +0000 (17:45 -0400)
committerDavid Bremner <bremner@debian.org>
Tue, 10 Sep 2013 11:07:38 +0000 (08:07 -0300)
commitfd656d7683ee968eedf11268fb41ad5659aab02f
tree64267d4adf3711241f4ae8a14315993f24d43c05
parentc52fee6bcb3565ce19801b86d83d5783e48df320
emacs: Move ?, q, s, m, =, and G to the common keymap

The only user-visible effect of this should be that "G" now works in
show mode (previously it was unbound for no apparent reason).

This shared keymap gives us one place to put global commands, which
both forces us to think about what commands should be global, and
ensures their bindings can't diverge (like the missing "G" in show).
emacs/notmuch-hello.el
emacs/notmuch-lib.el
emacs/notmuch-show.el
emacs/notmuch.el