diff --git a/README.md b/README.md
index eaad200..1edd35e 100644
--- a/README.md
+++ b/README.md
@@ -266,6 +266,8 @@ Keybinding | Description
F11 | Make the window full screen.
F12 | Toggle the Emacs menu bar.
C-x g | Open Magit's status buffer.
+M-Z | Zap up to char.
+C-c J or Super-> | Switch between buffers with [`ace-jump-buffer`](https://github.com/waymondo/ace-jump-buffer)
C-= | Run `expand-region` (incremental text selection).
C-a | Run `prelude-move-beginning-of-line`. Read [this](http://emacsredux.com/blog/2013/05/22/smarter-navigation-to-the-beginning-of-a-line/) for details.