diff --git a/README.md b/README.md index 1758cc9..da1ef32 100644 --- a/README.md +++ b/README.md @@ -265,9 +265,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 | Open the buffer menu and go to the selected buffer in the current window. -Super-> | Open the buffer menu and go to the selected buffer in the current window. +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.